summaryrefslogtreecommitdiffstats
path: root/src/shared
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-12-18 17:25:11 +0000
committerDavid Robillard <d@drobilla.net>2009-12-18 17:25:11 +0000
commit4613a2e15f1122ecf6830171de0ab18dc22fefff (patch)
tree1155e554fa930ee5d32964a208ed3442af3fefce /src/shared
parentc9150118609fd6304af284b1dbd60e673c5de8fa (diff)
downloadingen-4613a2e15f1122ecf6830171de0ab18dc22fefff.tar.gz
ingen-4613a2e15f1122ecf6830171de0ab18dc22fefff.tar.bz2
ingen-4613a2e15f1122ecf6830171de0ab18dc22fefff.zip
Only load network engine interface modules when needed.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2311 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/shared')
-rw-r--r--src/shared/runtime_paths.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/shared/runtime_paths.hpp b/src/shared/runtime_paths.hpp
index e7ee6b6e..c832f087 100644
--- a/src/shared/runtime_paths.hpp
+++ b/src/shared/runtime_paths.hpp
@@ -15,8 +15,8 @@
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef INGEN_DATA_FILE_HPP
-#define INGEN_DATA_FILE_HPP
+#ifndef INGEN_RUNTIME_PATHS_HPP
+#define INGEN_RUNTIME_PATHS_HPP
#ifndef _GNU_SOURCE
#define _GNU_SOURCE
@@ -35,4 +35,4 @@ std::string module_path(const std::string& name);
} // namespace Ingen
} // namespace Shared
-#endif // INGEN_DATA_FILE_HPP
+#endif // INGEN_RUNTIME_PATHS_HPP