mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
Remove duplicate header includes
This commit is contained in:
@@ -35,7 +35,6 @@
|
||||
#include "tile cache.h"
|
||||
#include "strategicmap.h"
|
||||
#include "Map Information.h"
|
||||
#include "laptop.h"
|
||||
#include "Shade Table Util.h"
|
||||
#include "Exit Grids.h"
|
||||
#include "Summary Info.h"
|
||||
@@ -77,7 +76,6 @@
|
||||
#include "AimArchives.h"
|
||||
#include "connect.h"
|
||||
#include "DynamicDialogueWidget.h" // added by Flugente for InitMyBoxes()
|
||||
#include "Animation Data.h" // added by Flugente
|
||||
|
||||
#include <language.hpp>
|
||||
|
||||
|
||||
@@ -50,7 +50,6 @@
|
||||
#include "Ja25 Strategic Ai.h"
|
||||
#include "MapScreen Quotes.h"
|
||||
#include "SaveLoadGame.h"
|
||||
#include "strategicmap.h"
|
||||
#endif
|
||||
|
||||
#include "connect.h"
|
||||
|
||||
@@ -11,10 +11,8 @@
|
||||
#include "font.h"
|
||||
#include "screenids.h"
|
||||
#include "screens.h"
|
||||
#include "gameloop.h"
|
||||
#include "overhead.h"
|
||||
#include "sysutil.h"
|
||||
#include "input.h"
|
||||
#include "Event Pump.h"
|
||||
#include "Font Control.h"
|
||||
#include "Timer Control.h"
|
||||
@@ -44,18 +42,15 @@
|
||||
#include "PopUpBox.h"
|
||||
#include "Game Clock.h"
|
||||
#include "items.h"
|
||||
#include "vobject.h"
|
||||
#include "Cursor Control.h"
|
||||
#include "text.h"
|
||||
#include "strategic.h"
|
||||
#include "strategicmap.h"
|
||||
#include "interface.h"
|
||||
#include "strategic pathing.h"
|
||||
#include "Map Screen Interface Bottom.h"
|
||||
#include "Map Screen Interface Border.h"
|
||||
#include "Map Screen Interface Map.h"
|
||||
#include "Map Screen Interface.h"
|
||||
#include "Strategic Pathing.h"
|
||||
#include "Assignments.h"
|
||||
#include "points.h"
|
||||
#include "Squads.h"
|
||||
@@ -114,7 +109,6 @@
|
||||
|
||||
#include "connect.h" //hayden
|
||||
#include "InterfaceItemImages.h"
|
||||
#include "vobject.h"
|
||||
#include <language.hpp>
|
||||
|
||||
#ifdef JA2UB
|
||||
|
||||
Reference in New Issue
Block a user