summaryrefslogtreecommitdiff
path: root/strgen
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-07-30 15:25:49 +0000
committertron <tron@openttd.org>2005-07-30 15:25:49 +0000
commit17b5b581365aeef5eb662c59b6456570b6e214c8 (patch)
tree58aff593b2a5a090accea868b9fe65c320ddc0c0 /strgen
parent2f1d530bb56923339253c662f7c271bbd0b4611c (diff)
downloadopenttd-17b5b581365aeef5eb662c59b6456570b6e214c8.tar.xz
(svn r2759) Remove unused #includes and files
Diffstat (limited to 'strgen')
-rw-r--r--strgen/stdafx.c10
-rw-r--r--strgen/stdafx.h24
2 files changed, 0 insertions, 34 deletions
diff --git a/strgen/stdafx.c b/strgen/stdafx.c
deleted file mode 100644
index a14103790..000000000
--- a/strgen/stdafx.c
+++ /dev/null
@@ -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
diff --git a/strgen/stdafx.h b/strgen/stdafx.h
deleted file mode 100644
index 2bcddc04f..000000000
--- a/strgen/stdafx.h
+++ /dev/null
@@ -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_)