Remove other references to Global.h

This commit is contained in:
Simon Robertshaw 2012-04-14 15:19:18 +01:00
parent 1c5910fbab
commit 91064f4935
5 changed files with 0 additions and 5 deletions

View File

@ -9,7 +9,6 @@
#include "interface/Button.h"
#include "Graphics.h"
#include "Global.h"
#include "Engine.h"
#include "Misc.h"

View File

@ -3,7 +3,6 @@
#include "Config.h"
#include <stack>
#include "Global.h"
#include "interface/Window.h"
#include "interface/Platform.h"
#include "interface/Engine.h"

View File

@ -1,6 +1,5 @@
#include <string>
#include "Config.h"
#include "Global.h"
#include "Point.h"
#include "Label.h"

View File

@ -3,7 +3,6 @@
#include "SaveButton.h"
#include "search/Save.h"
#include "Graphics.h"
#include "Global.h"
#include "Engine.h"
#include "client/Client.h"
#include "simulation/SaveRenderer.h"

View File

@ -2,7 +2,6 @@
#include <iostream>
#include <stdexcept>
#include "Config.h"
#include "Global.h"
#include "interface/Point.h"
#include "interface/Textbox.h"
#include "interface/Keys.h"