(svn r12969) -Codechange: remove a completely pointless file.

This commit is contained in:
rubidium 2008-05-06 14:24:33 +00:00
parent 8da41ec62e
commit fb1db90cc6
6 changed files with 2 additions and 22 deletions

View File

@ -882,7 +882,7 @@ make_cflags_and_ldflags() {
# Each debug level reduces the optimalization by a bit
if [ $enable_debug -ge 1 ]; then
CFLAGS="$CFLAGS -g -D_DEBUG"
CFLAGS="$CFLAGS -g -D_DEBUG -D_FORTIFY_SOURCE=2"
if [ "$os" = "PSP" ]; then
CFLAGS="$CFLAGS -G0"
fi

View File

@ -2391,10 +2391,6 @@
RelativePath=".\..\src\yapf\nodelist.hpp"
>
</File>
<File
RelativePath=".\..\src\yapf\track_dir.hpp"
>
</File>
<File
RelativePath=".\..\src\yapf\yapf.h"
>

View File

@ -2388,10 +2388,6 @@
RelativePath=".\..\src\yapf\nodelist.hpp"
>
</File>
<File
RelativePath=".\..\src\yapf\track_dir.hpp"
>
</File>
<File
RelativePath=".\..\src\yapf\yapf.h"
>

View File

@ -547,7 +547,6 @@ network/core/udp.h
# YAPF
yapf/follow_track.hpp
yapf/nodelist.hpp
yapf/track_dir.hpp
yapf/yapf.h
yapf/yapf.hpp
yapf/yapf_base.hpp

View File

@ -1,8 +0,0 @@
/* $Id$ */
#ifndef TRACK_DIR_HPP
#define TRACK_DIR_HPP
#include "../openttd.h"
#endif /* TRACK_DIR_HPP */

View File

@ -3,10 +3,7 @@
#ifndef YAPF_HPP
#define YAPF_HPP
#include "track_dir.hpp"
#include "../openttd.h"
#include "../vehicle_base.h"
#include "../road_map.h"
#include "../tunnel_map.h"