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
@@ -27,6 +27,7 @@
#include "ps/GameSetup/GameSetup.h"
#include "ps/GameSetup/Paths.h"
#include "ps/Mod.h"
#include "ps/Profile.h"
#include "ps/scripting/JSInterface_Mod.h"
#include <algorithm>