change #include "types.h" to <helper/types.h>
[fw/openocd] / src / target / arm_simulator.h
index 616627a42140f5c541fc407f912295b261adb9e9..daca371170a872fdb880116d53e391286d8e315e 100644 (file)
@@ -20,7 +20,7 @@
 #ifndef ARM_SIMULATOR_H
 #define ARM_SIMULATOR_H
 
-#include "types.h"
+#include <helper/types.h>
 
 struct target;