summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/Patch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/engine/Patch.cpp')
-rw-r--r--src/libs/engine/Patch.cpp14
1 files changed, 7 insertions, 7 deletions
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 <cassert>
#include <cmath>
#include <iostream>
-#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;