From bb1c49dfa484db080938cff6f8f70167c9026a1c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 24 Jul 2007 19:26:47 +0000 Subject: 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/ingen@613 a436a847-0d15-0410-975c-d299462d15a1 --- src/libs/module/Module.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libs/module/Module.cpp') diff --git a/src/libs/module/Module.cpp b/src/libs/module/Module.cpp index 073e612d..9aacd0cc 100644 --- a/src/libs/module/Module.cpp +++ b/src/libs/module/Module.cpp @@ -21,7 +21,7 @@ #include #include #include -#include +#include #ifndef INGEN_MODULE_DIR #error This file expects INGEN_MODULE_DIR to be defined. -- cgit v1.2.1