aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/common/break_points.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/break_points.cpp')
-rw-r--r--src/common/break_points.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/common/break_points.cpp b/src/common/break_points.cpp
index 787263f7..25d34a21 100644
--- a/src/common/break_points.cpp
+++ b/src/common/break_points.cpp
@@ -2,9 +2,9 @@
// Licensed under GPLv2
// Refer to the license.txt file included.
-#include "common.h"
-#include "debug_interface.h"
-#include "break_points.h"
+#include "common/common.h"
+#include "common/debug_interface.h"
+#include "common/break_points.h"
#include <sstream>
#include <algorithm>