diff options
author | skidd13 <skidd13@openttd.org> | 2007-12-25 18:25:25 +0000 |
---|---|---|
committer | skidd13 <skidd13@openttd.org> | 2007-12-25 18:25:25 +0000 |
commit | df3815b8dd0252e722d946ee495b9fb7308462bb (patch) | |
tree | 8a4a34664e274ed46c660f60c81011940e137fca | |
parent | bdf4cf6b19eec9a6500ead8148de5561eb318385 (diff) | |
download | openttd-df3815b8dd0252e722d946ee495b9fb7308462bb.tar.xz |
(svn r11699) -Cleanup: Remove some headers from the project files which aren't there anymore
-rw-r--r-- | projects/openttd.vcproj | 6 | ||||
-rw-r--r-- | projects/openttd_vs80.vcproj | 8 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 8 | ||||
-rw-r--r-- | source.list | 2 |
4 files changed, 0 insertions, 24 deletions
diff --git a/projects/openttd.vcproj b/projects/openttd.vcproj index 23605a4ed..5f87f8ec7 100644 --- a/projects/openttd.vcproj +++ b/projects/openttd.vcproj @@ -499,9 +499,6 @@ RelativePath=".\..\src\heightmap.h"> </File> <File - RelativePath=".\..\src\helpers.hpp"> - </File> - <File RelativePath=".\..\src\industry.h"> </File> <File @@ -511,9 +508,6 @@ RelativePath=".\..\src\livery.h"> </File> <File - RelativePath=".\..\src\macros.h"> - </File> - <File RelativePath=".\..\src\map.h"> </File> <File diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index 139757f3e..25c509d8b 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -896,10 +896,6 @@ > </File> <File - RelativePath=".\..\src\helpers.hpp" - > - </File> - <File RelativePath=".\..\src\industry.h" > </File> @@ -912,10 +908,6 @@ > </File> <File - RelativePath=".\..\src\macros.h" - > - </File> - <File RelativePath=".\..\src\map.h" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index 93bac2956..3e76ade15 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -893,10 +893,6 @@ > </File> <File - RelativePath=".\..\src\helpers.hpp" - > - </File> - <File RelativePath=".\..\src\industry.h" > </File> @@ -909,10 +905,6 @@ > </File> <File - RelativePath=".\..\src\macros.h" - > - </File> - <File RelativePath=".\..\src\map.h" > </File> diff --git a/source.list b/source.list index 2c4be5c62..318039a8d 100644 --- a/source.list +++ b/source.list @@ -132,11 +132,9 @@ gfxinit.h group.h gui.h heightmap.h -helpers.hpp industry.h landscape.h livery.h -macros.h map.h md5.h mixer.h |