Use #include "..." for our own headers, <...> for others
[qemu.git] / include / exec / helper-gen.h
index 0d0da3aeb3b30894ae47070ad48172ad779ec3c1..be96254e5a140a86ad64c2d071b446296d20010d 100644 (file)
@@ -4,7 +4,7 @@
 #ifndef HELPER_GEN_H
 #define HELPER_GEN_H 1
 
-#include <exec/helper-head.h>
+#include "exec/helper-head.h"
 
 #define DEF_HELPER_FLAGS_0(name, flags, ret)                            \
 static inline void glue(gen_helper_, name)(dh_retvar_decl0(ret))        \
This page took 0.023359 seconds and 4 git commands to generate.