aboutsummaryrefslogtreecommitdiffstats
path: root/src/gui/MachinaGUI.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/gui/MachinaGUI.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/gui/MachinaGUI.hpp')
-rw-r--r--src/gui/MachinaGUI.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/MachinaGUI.hpp b/src/gui/MachinaGUI.hpp
index 7f21c55..ac4bb6d 100644
--- a/src/gui/MachinaGUI.hpp
+++ b/src/gui/MachinaGUI.hpp
@@ -19,8 +19,8 @@
#define MACHINA_GUI_H
#include <string>
-#include <raul/SharedPtr.h>
-#include <raul/Maid.h>
+#include <raul/SharedPtr.hpp>
+#include <raul/Maid.hpp>
#include <libgnomecanvasmm.h>
#include <machina/Engine.hpp>