forked from mirrors/0ad
Fix some headers in gui
Make include-what-you-use happy with a part of the files in source/gui and fix what needs to be fixed after including missing compile flags. Ref: #8086 Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>
This commit is contained in:
@@ -19,18 +19,17 @@
|
||||
#define INCLUDED_GUIRENDERER
|
||||
|
||||
#include "graphics/Color.h"
|
||||
#include "graphics/ShaderTechniquePtr.h"
|
||||
#include "graphics/Texture.h"
|
||||
#include "maths/Rect.h"
|
||||
#include "ps/CStrForward.h"
|
||||
#include "ps/CStrIntern.h"
|
||||
|
||||
#include <map>
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
|
||||
class CCanvas2D;
|
||||
class CGUI;
|
||||
class CGUISprite;
|
||||
class CStr8;
|
||||
struct CGUIColor;
|
||||
struct SGUIImage;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user