Delete GUI.h umbrella include following 8d0cb1b954.

Differential Revision: https://code.wildfiregames.com/D2304
Tested on: clang 8.0.1., VS2015, Jenkins
Comments By: Vladislav, Angen, Stan
Tested by: Angen
This was SVN commit r22941.
This commit is contained in:
elexis
2019-09-20 13:11:18 +00:00
parent 8f7729bfdb
commit 1bc6d778bb
53 changed files with 96 additions and 194 deletions
+2 -2
View File
@@ -17,9 +17,9 @@
#include "precompiled.h"
#include "GUI.h"
#include "gui/CGUI.h"
#include "gui/CGUISprite.h"
#include "gui/IGUIButtonBehavior.h"
IGUIButtonBehavior::IGUIButtonBehavior(CGUI& pGUI)
: IGUIObject(pGUI), m_Pressed(false)