Updated Branches:
  refs/heads/master e5bfd4c28 -> ff77d075e

THRIFT-2039 config.h --> thrift-config.h
Patch: Ben Craig


Project: http://git-wip-us.apache.org/repos/asf/thrift/repo
Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/ff77d075
Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/ff77d075
Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/ff77d075

Branch: refs/heads/master
Commit: ff77d075ec1d4a7862e7a759c1e701605c6d4d0d
Parents: e5bfd4c
Author: Roger Meier <[email protected]>
Authored: Fri Jun 28 22:26:43 2013 +0200
Committer: Roger Meier <[email protected]>
Committed: Fri Jun 28 22:26:43 2013 +0200

----------------------------------------------------------------------
 lib/cpp/src/thrift/windows/GetTimeOfDay.cpp    | 2 +-
 lib/cpp/src/thrift/windows/GetTimeOfDay.h      | 2 +-
 lib/cpp/src/thrift/windows/SocketPair.h        | 2 +-
 lib/cpp/src/thrift/windows/TWinsockSingleton.h | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/thrift/blob/ff77d075/lib/cpp/src/thrift/windows/GetTimeOfDay.cpp
----------------------------------------------------------------------
diff --git a/lib/cpp/src/thrift/windows/GetTimeOfDay.cpp 
b/lib/cpp/src/thrift/windows/GetTimeOfDay.cpp
index 0ae9cf0..1906302 100644
--- a/lib/cpp/src/thrift/windows/GetTimeOfDay.cpp
+++ b/lib/cpp/src/thrift/windows/GetTimeOfDay.cpp
@@ -18,7 +18,7 @@
  */
 
 #include <thrift/windows/GetTimeOfDay.h>
-#include "config.h"
+#include <thrift/thrift-config.h>
 
 // win32
 #include <time.h>

http://git-wip-us.apache.org/repos/asf/thrift/blob/ff77d075/lib/cpp/src/thrift/windows/GetTimeOfDay.h
----------------------------------------------------------------------
diff --git a/lib/cpp/src/thrift/windows/GetTimeOfDay.h 
b/lib/cpp/src/thrift/windows/GetTimeOfDay.h
index 25ed254..27b8a84 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 <thrift/thrift-config.h>
 
 struct thrift_timespec {
   int64_t tv_sec;

http://git-wip-us.apache.org/repos/asf/thrift/blob/ff77d075/lib/cpp/src/thrift/windows/SocketPair.h
----------------------------------------------------------------------
diff --git a/lib/cpp/src/thrift/windows/SocketPair.h 
b/lib/cpp/src/thrift/windows/SocketPair.h
index 1de5613..86bf431 100644
--- a/lib/cpp/src/thrift/windows/SocketPair.h
+++ b/lib/cpp/src/thrift/windows/SocketPair.h
@@ -30,7 +30,7 @@
 
 // Win32
 #include <Winsock2.h>
-#include "config.h"
+#include <thrift/thrift-config.h>
 
 int thrift_socketpair(int d, int type, int protocol, THRIFT_SOCKET sv[2]);
 

http://git-wip-us.apache.org/repos/asf/thrift/blob/ff77d075/lib/cpp/src/thrift/windows/TWinsockSingleton.h
----------------------------------------------------------------------
diff --git a/lib/cpp/src/thrift/windows/TWinsockSingleton.h 
b/lib/cpp/src/thrift/windows/TWinsockSingleton.h
index 7ac229e..5f9b6e2 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 <thrift/thrift-config.h>
 
 // boost
 #include <boost/noncopyable.hpp>

Reply via email to