change #include "types.h" to <helper/types.h>
[fw/openocd] / src / target / breakpoints.h
index a65f20e373a9a8454cd7709b51a82163c26047c5..ee4d9d13596a18fc154c8606dccff7f7ade67cae 100644 (file)
@@ -20,7 +20,7 @@
 #ifndef BREAKPOINTS_H
 #define BREAKPOINTS_H
 
-#include "types.h"
+#include <helper/types.h>
 
 struct target;