From: Roger Meier Date: Fri, 28 Jun 2013 20:26:43 +0000 (+0200) Subject: THRIFT-2039 config.h --> thrift-config.h X-Git-Tag: 0.9.1~54 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=ff77d075ec1d4a7862e7a759c1e701605c6d4d0d;p=common%2Fthrift.git THRIFT-2039 config.h --> thrift-config.h Patch: Ben Craig --- diff --git a/lib/cpp/src/thrift/windows/GetTimeOfDay.cpp b/lib/cpp/src/thrift/windows/GetTimeOfDay.cpp index 0ae9cf0d..19063024 100644 --- a/lib/cpp/src/thrift/windows/GetTimeOfDay.cpp +++ b/lib/cpp/src/thrift/windows/GetTimeOfDay.cpp @@ -18,7 +18,7 @@ */ #include -#include "config.h" +#include // win32 #include diff --git a/lib/cpp/src/thrift/windows/GetTimeOfDay.h b/lib/cpp/src/thrift/windows/GetTimeOfDay.h index 25ed2540..27b8a841 100644 --- a/lib/cpp/src/thrift/windows/GetTimeOfDay.h +++ b/lib/cpp/src/thrift/windows/GetTimeOfDay.h @@ -28,7 +28,7 @@ #error This is a MSVC header only. #endif -#include "config.h" +#include struct thrift_timespec { int64_t tv_sec; diff --git a/lib/cpp/src/thrift/windows/SocketPair.h b/lib/cpp/src/thrift/windows/SocketPair.h index 1de5613e..86bf4315 100644 --- a/lib/cpp/src/thrift/windows/SocketPair.h +++ b/lib/cpp/src/thrift/windows/SocketPair.h @@ -30,7 +30,7 @@ // Win32 #include -#include "config.h" +#include int thrift_socketpair(int d, int type, int protocol, THRIFT_SOCKET sv[2]); diff --git a/lib/cpp/src/thrift/windows/TWinsockSingleton.h b/lib/cpp/src/thrift/windows/TWinsockSingleton.h index 7ac229e8..5f9b6e22 100644 --- a/lib/cpp/src/thrift/windows/TWinsockSingleton.h +++ b/lib/cpp/src/thrift/windows/TWinsockSingleton.h @@ -28,7 +28,7 @@ #error This is a MSVC header only. #endif -#include "config.h" +#include // boost #include