1
0
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-17 10:52:46 +00:00

Fix issues from review

This commit is contained in:
2013-01-21 20:22:52 -08:00
parent 2c028c4b07
commit 199d0fe56a
2 changed files with 2 additions and 2 deletions

View File

@ -70,6 +70,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "hsStream.h" #include "hsStream.h"
#include "hsStringTokenizer.h" #include "hsStringTokenizer.h"
#include "hsTemplates.h" #include "hsTemplates.h"
#include "plFileSystem.h"
// Windows // Windows
#include "hsWindows.h" #include "hsWindows.h"

View File

@ -50,9 +50,8 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include <iparamb2.h> #include <iparamb2.h>
#include <max.h> #include <max.h>
#pragma hdrstop
#include <direct.h> #include <direct.h>
#pragma hdrstop
#include "plPythonMgr.h" #include "plPythonMgr.h"
#include "plMaxCFGFile.h" #include "plMaxCFGFile.h"