(svn r2759) Remove unused #includes and files
authortron
Sat, 30 Jul 2005 15:25:49 +0000
changeset 2239 5e1245aad0de
parent 2238 14ec09c1a272
child 2240 8f18d87a4b5c
(svn r2759) Remove unused #includes and files
misc.c
signs.c
strgen/stdafx.c
strgen/stdafx.h
--- a/misc.c	Sat Jul 30 09:29:20 2005 +0000
+++ b/misc.c	Sat Jul 30 15:25:49 2005 +0000
@@ -5,12 +5,10 @@
 #include "functions.h"
 #include "player.h"
 #include "string.h"
-#include "strings.h" // XXX GetParam*
 #include "table/strings.h"
 #include "table/sprites.h"
 #include "map.h"
 #include "vehicle.h"
-#include "assert.h"
 #include "saveload.h"
 #include "network.h"
 #include "network_data.h"
--- a/signs.c	Sat Jul 30 09:29:20 2005 +0000
+++ b/signs.c	Sat Jul 30 15:25:49 2005 +0000
@@ -8,7 +8,6 @@
 #include "signs.h"
 #include "saveload.h"
 #include "command.h"
-#include "strings.h"
 #include "variables.h"
 
 enum {
--- a/strgen/stdafx.c	Sat Jul 30 09:29:20 2005 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,10 +0,0 @@
-/* $Id$ */
-
-// stdafx.cpp : source file that includes just the standard includes
-//	strgen.pch will be the pre-compiled header
-//	stdafx.obj will contain the pre-compiled type information
-
-#include "stdafx.h"
-
-// TODO: reference any additional headers you need in STDAFX.H
-// and not in this file
--- a/strgen/stdafx.h	Sat Jul 30 09:29:20 2005 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,24 +0,0 @@
-/* $Id$ */
-
-// stdafx.h : include file for standard system include files,
-//  or project specific include files that are used frequently, but
-//      are changed infrequently
-//
-
-#if !defined(AFX_STDAFX_H__532D0883_575C_4F5F_AE7E_10FB6FEC34F3__INCLUDED_)
-#define AFX_STDAFX_H__532D0883_575C_4F5F_AE7E_10FB6FEC34F3__INCLUDED_
-
-#if _MSC_VER > 1000
-#pragma once
-#endif // _MSC_VER > 1000
-
-#define WIN32_LEAN_AND_MEAN		// Exclude rarely-used stuff from Windows headers
-
-#include <stdio.h>
-
-// TODO: reference additional headers your program requires here
-
-//{{AFX_INSERT_LOCATION}}
-// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
-
-#endif // !defined(AFX_STDAFX_H__532D0883_575C_4F5F_AE7E_10FB6FEC34F3__INCLUDED_)