From 034c9359e978d2465f0ce8530f62c146ef18e935 Mon Sep 17 00:00:00 2001 From: Mario Emmenlauer Date: Thu, 21 May 2020 23:04:12 +0200 Subject: Reduce the usage of Windows.h, and add macros to slim Windows.h --- lib/cpp/src/thrift/transport/TPipeServer.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib/cpp/src/thrift/transport/TPipeServer.h') diff --git a/lib/cpp/src/thrift/transport/TPipeServer.h b/lib/cpp/src/thrift/transport/TPipeServer.h index 67c5d51a7..249591e09 100644 --- a/lib/cpp/src/thrift/transport/TPipeServer.h +++ b/lib/cpp/src/thrift/transport/TPipeServer.h @@ -25,9 +25,6 @@ #ifndef _WIN32 #include #endif -#ifdef _WIN32 -#include -#endif #define TPIPE_SERVER_MAX_CONNS_DEFAULT PIPE_UNLIMITED_INSTANCES -- cgit v1.2.1