diff --git a/lib/ByondPostDLL/ByondPostDLL.cpp b/lib/ByondPostDLL/ByondPostDLL.cpp index 1fcc3ec48a2..98a8f6114be 100644 --- a/lib/ByondPostDLL/ByondPostDLL.cpp +++ b/lib/ByondPostDLL/ByondPostDLL.cpp @@ -15,7 +15,6 @@ along with this program. If not, see . */ -#include "stdafx.h" #include #define EXTERN_DLL_EXPORT extern "C" __declspec(dllexport) diff --git a/lib/UDPShipper/UDPShipper.cpp b/lib/UDPShipper/UDPShipper.cpp index 9560893d272..f3a3a797c5a 100644 --- a/lib/UDPShipper/UDPShipper.cpp +++ b/lib/UDPShipper/UDPShipper.cpp @@ -19,7 +19,6 @@ #define EXTERN_DLL_EXPORT extern "C" __declspec(dllexport) -#include "stdafx.h" #include #include "boost/asio.hpp" @@ -67,4 +66,4 @@ EXTERN_DLL_EXPORT const char *send_udp_data(int argc, char *argv[]) myfile.close(); return ex.what(); } -} \ No newline at end of file +}