X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fporting.cpp;h=de15de9ce2309b200a59cb8e80c3e364a093cae1;hb=8e5b33d3590719ff2cf1138f563e928d05754d7a;hp=651c92ff966eafaa7f2acae3b83f1cc1214c22d4;hpb=14657bd29a0b6783fc97029769af6d48a05d473d;p=oweals%2Fminetest.git diff --git a/src/porting.cpp b/src/porting.cpp index 651c92ff9..de15de9ce 100644 --- a/src/porting.cpp +++ b/src/porting.cpp @@ -23,9 +23,7 @@ with this program; if not, write to the Free Software Foundation, Inc., See comments in porting.h */ -#if defined(_WIN32) - #include -#elif defined(linux) +#if defined(linux) #include #elif defined(__APPLE__) #include @@ -92,7 +90,6 @@ void signal_handler_init(void) #else // _WIN32 #include - #include BOOL WINAPI event_handler(DWORD sig) {