Header cleanup: profile.h is no longer unnecessarily included in scriptinterface.h but rather in the required .cpp files

This was SVN commit r18417.
This commit is contained in:
wraitii
2016-06-21 10:33:11 +00:00
parent bc40ebb97e
commit 7c21a0cf8e
30 changed files with 35 additions and 4 deletions
-1
View File
@@ -26,7 +26,6 @@
#include "ScriptTypes.h"
#include "ScriptVal.h"
#include "ps/Errors.h"
#include "ps/Profile.h"
ERROR_GROUP(Scripting);
ERROR_TYPE(Scripting, SetupFailed);