summaryrefslogtreecommitdiffstats
path: root/src/module
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-02-01 19:06:23 +0000
committerDavid Robillard <d@drobilla.net>2010-02-01 19:06:23 +0000
commitfeb7439d70871aa9663e7c4218671a3c26717fbb (patch)
tree50257d9478959e1c4101ac1914942da12a0fefb9 /src/module
parent0fdb802920e1fce6ed64d9fe7d54f39ee0adbc90 (diff)
downloadingen-feb7439d70871aa9663e7c4218671a3c26717fbb.tar.gz
ingen-feb7439d70871aa9663e7c4218671a3c26717fbb.tar.bz2
ingen-feb7439d70871aa9663e7c4218671a3c26717fbb.zip
Use consistent and more globally unique inclusion guards.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2398 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/module')
-rw-r--r--src/module/Module.hpp6
-rw-r--r--src/module/World.hpp6
-rw-r--r--src/module/ingen_module.hpp6
3 files changed, 9 insertions, 9 deletions
diff --git a/src/module/Module.hpp b/src/module/Module.hpp
index 7d2aec6e..68b398b4 100644
--- a/src/module/Module.hpp
+++ b/src/module/Module.hpp
@@ -15,8 +15,8 @@
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef INGEN_MODULE_HPP
-#define INGEN_MODULE_HPP
+#ifndef INGEN_MODULE_MODULE_HPP
+#define INGEN_MODULE_MODULE_HPP
#include <string>
#include <glibmm/module.h>
@@ -42,4 +42,4 @@ struct Module {
} // namespace Shared
} // namespace Ingen
-#endif // INGEN_MODULE_HPP
+#endif // INGEN_MODULE_MODULE_HPP
diff --git a/src/module/World.hpp b/src/module/World.hpp
index 59500c3e..e1ccf5d1 100644
--- a/src/module/World.hpp
+++ b/src/module/World.hpp
@@ -15,8 +15,8 @@
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef INGEN_WORLD_HPP
-#define INGEN_WORLD_HPP
+#ifndef INGEN_MODULE_WORLD_HPP
+#define INGEN_MODULE_WORLD_HPP
#include <map>
#include <string>
@@ -95,5 +95,5 @@ private:
} // namespace Shared
} // namespace Ingen
-#endif // INGEN_WORLD_HPP
+#endif // INGEN_MODULE_WORLD_HPP
diff --git a/src/module/ingen_module.hpp b/src/module/ingen_module.hpp
index 1095a3e6..bb2c3adb 100644
--- a/src/module/ingen_module.hpp
+++ b/src/module/ingen_module.hpp
@@ -15,8 +15,8 @@
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef INGEN_LIB_MODULE_HPP
-#define INGEN_LIB_MODULE_HPP
+#ifndef INGEN_MODULE_HPP
+#define INGEN_MODULE_HPP
namespace Ingen { namespace Shared { class World; } }
@@ -27,5 +27,5 @@ void ingen_destroy_world();
} // extern "C"
-#endif // INGEN_LIB_MODULE_HPP
+#endif // INGEN_MODULE_HPP