summaryrefslogtreecommitdiff
path: root/src/Style.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-08-12 21:32:57 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-08-12 21:32:57 (GMT)
commit8ca27520a437bf33fb374d5a88731605cd3739e7 (patch)
treef081511e0f26946016529382c68000d3c6ea5a3a /src/Style.h
parentca7c0e7370542a97dd03210e13ec2c56679d5ca4 (diff)
downloadpowder-8ca27520a437bf33fb374d5a88731605cd3739e7.zip
powder-8ca27520a437bf33fb374d5a88731605cd3739e7.tar.gz
Use forward declarations more to avoid excessive includes
Diffstat (limited to 'src/Style.h')
-rw-r--r--src/Style.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Style.h b/src/Style.h
index 75df1b3..0463a22 100644
--- a/src/Style.h
+++ b/src/Style.h
@@ -7,7 +7,8 @@
#ifndef The_Powder_Toy_Style_h
#define The_Powder_Toy_Style_h
-#include "interface/Colour.h"
+
+namespace ui { class Colour; }
namespace style
{