1
0
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-18 11:19:10 +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:
Darryl Pogue
2013-01-28 23:15:54 -08:00
parent 43ca24e167
commit b01aab4a39
33 changed files with 22 additions and 60 deletions

View File

@ -52,7 +52,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include <algorithm>
#include <float.h>
#include <math.h>
#include <string.h>
#include <cstring>
#include <vector>
// Core Plasma

View File

@ -40,7 +40,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
*==LICENSE==*/
#include <string.h>
#include <cstring>
#pragma hdrstop
#include "StringTokenizer.h"

View File

@ -66,7 +66,6 @@ REGISTER_CREATABLE(plInitialAgeStateLoadedMsg);
#include "HeadSpin.h"
#include <Commdlg.h>
#include <stdio.h>
#include <commctrl.h>
#include <shlwapi.h>
#include <shlobj.h>