Worst commit ever, but I have removed some unnecessary things

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40438
This commit is contained in:
Scott Ehlert
2007-02-05 08:58:03 +00:00
parent fcb8c35eec
commit 6a7f216615
12 changed files with 12 additions and 21 deletions
+1 -7
View File
@@ -12,13 +12,7 @@
*/
#include <math.h>
#include <string.h>
#include <stdlib.h>
#include "sm_autonatives.h"
#include "sp_vm_api.h"
#include "sp_typeutil.h"
using namespace SourcePawn;
#include "sm_globals.h"
/****************************************
* *
-3
View File
@@ -11,14 +11,11 @@
* Version: $Id$
*/
#include "sm_platform.h"
#include <string.h>
#include <stdlib.h>
#include "sm_globals.h"
#include "sm_stringutil.h"
using namespace SourcePawn;
inline const char *_strstr(const char *str, const char *substr)
{
#ifdef PLATFORM_WINDOWS