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:
@ -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
|
||||
|
@ -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"
|
||||
|
@ -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>
|
||||
|
Reference in New Issue
Block a user