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/engine/Patch.cpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/libs/engine/Patch.cpp') diff --git a/src/libs/engine/Patch.cpp b/src/libs/engine/Patch.cpp index dad3431b..16d2365f 100644 --- a/src/libs/engine/Patch.cpp +++ b/src/libs/engine/Patch.cpp @@ -18,13 +18,13 @@ #include #include #include -#include "ThreadManager.h" -#include "Node.h" -#include "Patch.h" -#include "Plugin.h" -#include "Port.h" -#include "Connection.h" -#include "DuplexPort.h" +#include "ThreadManager.hpp" +#include "Node.hpp" +#include "Patch.hpp" +#include "Plugin.hpp" +#include "Port.hpp" +#include "Connection.hpp" +#include "DuplexPort.hpp" using std::cerr; using std::cout; using std::endl; -- cgit v1.2.1