mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 11:19:10 +00:00
Merge pull request #273 from 'paradox/clang'
Conflicts: Sources/Tools/MaxConvert/Pch.h Sources/Tools/MaxConvert/hsControlConverter.cpp
This commit is contained in:
@ -50,11 +50,11 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
|
||||
// Standard Library
|
||||
#include <algorithm>
|
||||
#include <float.h>
|
||||
#include <cfloat>
|
||||
#include <cmath>
|
||||
#include <cstring>
|
||||
#include <functional>
|
||||
#include <math.h>
|
||||
#include <memory>
|
||||
#include <string.h>
|
||||
#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"
|
||||
|
@ -49,6 +49,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "hsTemplates.h"
|
||||
#include "hsWindows.h"
|
||||
#include <commdlg.h>
|
||||
#include <cmath>
|
||||
#include <stdmat.h>
|
||||
#include <bmmlib.h>
|
||||
#include <istdplug.h>
|
||||
|
@ -45,7 +45,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "hsHashTable.h"
|
||||
#include "hsStringTokenizer.h"
|
||||
#include "hsResMgr.h"
|
||||
#include <math.h>
|
||||
#include <cmath>
|
||||
|
||||
#include <max.h>
|
||||
#include <stdmat.h>
|
||||
|
@ -49,8 +49,8 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
|
||||
#include "MaxComponent/plComponent.h"
|
||||
|
||||
#include <math.h>
|
||||
#include <float.h>
|
||||
#include <cmath>
|
||||
#include <cfloat>
|
||||
|
||||
#include <commdlg.h>
|
||||
#include <bmmlib.h>
|
||||
|
@ -47,7 +47,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include <shlobj.h>
|
||||
#include <commdlg.h>
|
||||
#include <commctrl.h>
|
||||
#include <time.h>
|
||||
#include <ctime>
|
||||
|
||||
#include "hsStream.h"
|
||||
#include "hsResMgr.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