]> git.proxmox.com Git - mirror_qemu.git/blobdiff - trace/ftrace.h
trace: move configuration from configure to Meson
[mirror_qemu.git] / trace / ftrace.h
index 863e052e90b68ad68a6abe67fc49e3be7a1f01c8..cb5e35d2171d7aaf2d92e4655e62fe578ad58901 100644 (file)
@@ -1,9 +1,6 @@
 #ifndef TRACE_FTRACE_H
 #define TRACE_FTRACE_H
 
-#include <stdbool.h>
-
-
 #define MAX_TRACE_STRLEN 512
 #define _STR(x) #x
 #define STR(x) _STR(x)
@@ -12,4 +9,4 @@ extern int trace_marker_fd;
 
 bool ftrace_init(void);
 
-#endif /* TRACE_FTRACE_H */
+#endif /* TRACE_FTRACE_H */