summaryrefslogtreecommitdiffstats
path: root/src/module/ingen_module.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/module/ingen_module.hpp')
-rw-r--r--src/module/ingen_module.hpp6
1 files changed, 3 insertions, 3 deletions
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