I forget why I thought I needed this. It won't be included again due to GLOBAL_H anyway.

This commit is contained in:
Steve Checkoway
2006-01-28 03:09:46 +00:00
parent 96daf3c7bd
commit db075e472d
-4
View File
@@ -1,5 +1,3 @@
#if !defined(SM_PCH) || SM_PCH == FALSE
#ifndef GLOBAL_H
#define GLOBAL_H
@@ -195,8 +193,6 @@ inline float strtof( const char *s, char **se ) { return (float) strtod( s, se )
#endif
#endif /* SM_PCH */
/*
* (c) 2001-2004 Chris Danford, Glenn Maynard
* All rights reserved.