summaryrefslogtreecommitdiff
path: root/src/simulation/elements/Element.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-07-06 15:06:26 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-07-06 15:06:26 (GMT)
commitadc9cc08167946927fa21f86d70ce0a0b9630baa (patch)
tree009ec84f4398cac18d89283bc6d80193085b39af /src/simulation/elements/Element.h
parent94c9603d0ce7597cfe987bf211610ca7d325ddaa (diff)
downloadpowder-adc9cc08167946927fa21f86d70ce0a0b9630baa.zip
powder-adc9cc08167946927fa21f86d70ce0a0b9630baa.tar.gz
Move graphics into seperate folder
Diffstat (limited to 'src/simulation/elements/Element.h')
-rw-r--r--src/simulation/elements/Element.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/Element.h b/src/simulation/elements/Element.h
index b584506..29c7fa0 100644
--- a/src/simulation/elements/Element.h
+++ b/src/simulation/elements/Element.h
@@ -2,7 +2,7 @@
#define ELEMENTCLASS_H
#include "simulation/Simulation.h"
-#include "Renderer.h"
+#include "graphics/Renderer.h"
#include "simulation/Elements.h"
class Simulation;