diff --git a/debugger.cpp b/debugger.cpp index f30f487..3277e27 100644 --- a/debugger.cpp +++ b/debugger.cpp @@ -11,9 +11,6 @@ #include #include #endif -#if IS_POSIX -#include -#endif #include "breakpoint_parser.h" #include "bus.h" diff --git a/main.cpp b/main.cpp index bb4d539..9b11f9e 100644 --- a/main.cpp +++ b/main.cpp @@ -4,9 +4,6 @@ #include #include #include -#if !defined(_WIN32) -#include -#endif #include #include #include