significantly cleaned up includes (by IoP)

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@6056 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
Flugente
2013-05-02 22:42:08 +00:00
parent a0a0490771
commit 3bc5ff75cc
203 changed files with 47 additions and 717 deletions
+1 -9
View File
@@ -10,8 +10,6 @@
#include "worlddef.h"
#include "Soldier Control.h"
#include "overhead.h"
#include "fade screen.h"
#include "gamescreen.h"
#include "email.h"
#include "Game Clock.h"
#include "soldier profile.h"
@@ -21,7 +19,6 @@
#include "finances.h"
#include "soldier create.h"
#include "Soldier Init List.h"
#include "music control.h"
#include "strategic.h"
#include "history.h"
#include "merc entering.h"
@@ -40,21 +37,17 @@
#include "Creature Spreading.h"
#include "Quests.h"
#include "Strategic AI.h"
#include "sound control.h"
#include "Laptopsave.h"
#include "AimMembers.h"
#include "dialogue control.h"
#include "npc.h"
#include "Init.h"
#include "GameSettings.h"
#include "opplist.h"
#include "interface dialogue.h"
#include "Map Screen Interface Border.h"
#include "Map Screen Helicopter.h"
#include "Vehicles.h"
#include "Map Screen Interface Map.h"
#include "PreBattle Interface.h"
#include "Arms Dealer Init.h"
#include "bobbyr.h"
#include "helpscreen.h"
#include "Air Raid.h"
@@ -78,7 +71,6 @@
#ifdef JA2UB
#include "Ja25 Strategic Ai.h"
#include "Ja25_Tactical.h"
#include "Arms Dealer Init.h"
#endif
#include "LuaInitNPCs.h"
@@ -1247,4 +1239,4 @@ void ReStartingGame()
else
gubCheatLevel = 0;
}
}