diff options
author | Michael Smith <mikesmiffy128@gmail.com> | 2021-12-30 16:18:25 +0000 |
---|---|---|
committer | Michael Smith <mikesmiffy128@gmail.com> | 2021-12-30 16:18:25 +0000 |
commit | f7cc6b4dcc164403d62c9b48ae37f1c4c20f4b4f (patch) | |
tree | 01e10063327d80bc265efdec6680ed38147a87b9 /test/hook.test.c | |
parent | 0f232d8eaee1f94896596a9969982297cee7dc67 (diff) |
Split up os.h, inline functions and fix some typos
Diffstat (limited to 'test/hook.test.c')
-rw-r--r-- | test/hook.test.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/hook.test.c b/test/hook.test.c index a918e22..831fbf6 100644 --- a/test/hook.test.c +++ b/test/hook.test.c @@ -5,7 +5,6 @@ #ifdef _WIN32 #include "../src/udis86.c" -#include "../src/os.c" #include "../src/hook.c" #include <stdarg.h> |