From feb7439d70871aa9663e7c4218671a3c26717fbb Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 1 Feb 2010 19:06:23 +0000 Subject: Use consistent and more globally unique inclusion guards. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2398 a436a847-0d15-0410-975c-d299462d15a1 --- src/gui/SubpatchModule.hpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/gui/SubpatchModule.hpp') diff --git a/src/gui/SubpatchModule.hpp b/src/gui/SubpatchModule.hpp index cef2dfb6..1e48ccf7 100644 --- a/src/gui/SubpatchModule.hpp +++ b/src/gui/SubpatchModule.hpp @@ -15,9 +15,8 @@ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ - -#ifndef SUBPATCHMODULE_H -#define SUBPATCHMODULE_H +#ifndef INGEN_GUI_SUBPATCHMODULE_HPP +#define INGEN_GUI_SUBPATCHMODULE_HPP #include #include @@ -66,4 +65,4 @@ protected: } // namespace GUI } // namespace Ingen -#endif // SUBPATCHMODULE_H +#endif // INGEN_GUI_SUBPATCHMODULE_HPP -- cgit v1.2.1