1
0
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:
Ralph Sennhauser
2025-06-20 00:06:41 +02:00
parent 707abee34d
commit 61326cfca6
40 changed files with 152 additions and 58 deletions
+2 -3
View File
@@ -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;