From 74d67e977bc2c69f08c4e7ee5885f5d5b76b6c3f Mon Sep 17 00:00:00 2001 From: Erki Date: Wed, 18 Oct 2017 23:24:37 +0300 Subject: [PATCH] Removes precompiled headers (#3702) Resolves #3700 Resolves #3699 --- lib/ByondPostDLL/ByondPostDLL.cpp | 1 - lib/UDPShipper/UDPShipper.cpp | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) 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 +}