diff options
Diffstat (limited to 'src/common/break_points.h')
-rw-r--r-- | src/common/break_points.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/break_points.h b/src/common/break_points.h index dc771ba013..46df346653 100644 --- a/src/common/break_points.h +++ b/src/common/break_points.h @@ -8,7 +8,7 @@ #include <vector> #include <string> -#include "common.h" +#include "common/common.h" class DebugInterface; |