From 4613a2e15f1122ecf6830171de0ab18dc22fefff Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 18 Dec 2009 17:25:11 +0000 Subject: Only load network engine interface modules when needed. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2311 a436a847-0d15-0410-975c-d299462d15a1 --- src/shared/runtime_paths.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/shared/runtime_paths.hpp') 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 -- cgit v1.2.1