summaryrefslogtreecommitdiffhomepage
path: root/src/x86util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/x86util.h')
-rw-r--r--src/x86util.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/x86util.h b/src/x86util.h
index 0ae89ae..85a824e 100644
--- a/src/x86util.h
+++ b/src/x86util.h
@@ -17,8 +17,6 @@
#ifndef INC_X86UTIL_H
#define INC_X86UTIL_H
-#include <stdbool.h>
-
#include "errmsg.h"
#include "x86.h"
@@ -35,3 +33,5 @@
} while (0)
#endif
+
+// vi: sw=4 ts=4 noet tw=80 cc=80