mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-17 02:51:27 +00:00
Standardize on C++ headers.
Also removes a bunch of duplicate #includes of stuff that's already pulled in by HeadSpin.h.
This commit is contained in:
@ -40,10 +40,11 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
|
||||
*==LICENSE==*/
|
||||
#include "hsStringTable.h"
|
||||
#include <stdlib.h>
|
||||
|
||||
#if HS_BUILD_FOR_UNIX
|
||||
#include <ctype.h>
|
||||
#include <cctype>
|
||||
#endif
|
||||
|
||||
//
|
||||
// hsStringTable
|
||||
//
|
||||
|
@ -44,7 +44,6 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "HeadSpin.h"
|
||||
#include <fstream>
|
||||
#include <algorithm>
|
||||
#include <stdarg.h>
|
||||
#include <sstream>
|
||||
|
||||
const plString& plConfigInfo::GlobalSection()
|
||||
|
@ -43,7 +43,6 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#define plConfigInfo_h_inc
|
||||
|
||||
#include "plKeysAndValues.h"
|
||||
#include <stdarg.h>
|
||||
|
||||
/////////////////////////////////////////////////
|
||||
|
||||
|
Reference in New Issue
Block a user