aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine/machina/Edge.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-07-24 19:26:47 +0000
committerDavid Robillard <d@drobilla.net>2007-07-24 19:26:47 +0000
commit5b69373d9468683642012eb1522c3fcf577102b1 (patch)
treeb7bf44b059804e0a5eed9bb7074914022b83af40 /src/engine/machina/Edge.hpp
parent16751f0c2a7348ce9d060d5ba8c1e25098191a5e (diff)
downloadmachina-5b69373d9468683642012eb1522c3fcf577102b1.tar.gz
machina-5b69373d9468683642012eb1522c3fcf577102b1.tar.bz2
machina-5b69373d9468683642012eb1522c3fcf577102b1.zip
Consistently rename all C++ files .cpp/.hpp.
Fix (some) inclusion guard names to not clash with other libs. git-svn-id: http://svn.drobilla.net/lad/machina@613 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/engine/machina/Edge.hpp')
-rw-r--r--src/engine/machina/Edge.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/engine/machina/Edge.hpp b/src/engine/machina/Edge.hpp
index 4681b38..f82f1ae 100644
--- a/src/engine/machina/Edge.hpp
+++ b/src/engine/machina/Edge.hpp
@@ -20,10 +20,10 @@
#include <list>
#include <boost/utility.hpp>
-#include <raul/WeakPtr.h>
-#include <raul/SharedPtr.h>
-#include <raul/DoubleBuffer.h>
-#include <raul/Stateful.h>
+#include <raul/WeakPtr.hpp>
+#include <raul/SharedPtr.hpp>
+#include <raul/DoubleBuffer.hpp>
+#include <raul/Stateful.hpp>
#include "types.hpp"
#include "Action.hpp"