1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2024-11-29 11:24:19 +01:00

Remove std string include from core and core-legacy headers (bug 5304, r=DS).

This commit is contained in:
Nicholas Hastings 2012-05-26 15:43:00 -04:00
parent fca6721199
commit c857fe1ea1
2 changed files with 0 additions and 2 deletions

View File

@ -16,7 +16,6 @@
* @file sourcemm.h
*/
#include <string>
#include <interface.h>
#include <eiface.h>
#include <sourcehook/sourcehook_impl.h>

View File

@ -31,7 +31,6 @@
* @file sourcemm.h
*/
#include <string>
#include <interface.h>
#include <eiface.h>
#include <sourcehook/sourcehook_impl.h>