summaryrefslogtreecommitdiff
path: root/src/elements/watr.cpp
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-01-20 22:10:42 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-01-20 22:10:42 (GMT)
commit4949a5eac05339a4a82280588c97e948f134dfcb (patch)
tree3678fd10dda234d5888bae73f56169b23564649c /src/elements/watr.cpp
parentc8073657fcbfd1bfa72538d7babe4964857e7101 (diff)
downloadpowder-4949a5eac05339a4a82280588c97e948f134dfcb.zip
powder-4949a5eac05339a4a82280588c97e948f134dfcb.tar.gz
Fix case for header files
Diffstat (limited to 'src/elements/watr.cpp')
-rw-r--r--src/elements/watr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/elements/watr.cpp b/src/elements/watr.cpp
index b44fa22..9451a82 100644
--- a/src/elements/watr.cpp
+++ b/src/elements/watr.cpp
@@ -1,4 +1,4 @@
-#include "simulation/element.h"
+#include "simulation/Element.h"
int update_WATR(UPDATE_FUNC_ARGS) {
int r, rx, ry;