diff --git a/lib/cpp/test/Base64Test.cpp b/lib/cpp/test/Base64Test.cpp index 7686e4e7b72..843b236efd2 100644 --- a/lib/cpp/test/Base64Test.cpp +++ b/lib/cpp/test/Base64Test.cpp @@ -17,7 +17,7 @@ * under the License. */ -#include +#include #include using apache::thrift::protocol::base64_encode; diff --git a/lib/cpp/test/OneWayHTTPTest.cpp b/lib/cpp/test/OneWayHTTPTest.cpp index 55d919bbaf4..7823482f1f1 100644 --- a/lib/cpp/test/OneWayHTTPTest.cpp +++ b/lib/cpp/test/OneWayHTTPTest.cpp @@ -17,7 +17,7 @@ * under the License. */ -#include +#include #include #include #include diff --git a/lib/cpp/test/TBufferBaseTest.cpp b/lib/cpp/test/TBufferBaseTest.cpp index 7203f829bb2..3aa845bc53a 100644 --- a/lib/cpp/test/TBufferBaseTest.cpp +++ b/lib/cpp/test/TBufferBaseTest.cpp @@ -18,7 +18,7 @@ */ #include -#include +#include #include #include #include diff --git a/lib/cpp/test/TMemoryBufferTest.cpp b/lib/cpp/test/TMemoryBufferTest.cpp index 42f97112b3f..759aa0c9b9c 100644 --- a/lib/cpp/test/TMemoryBufferTest.cpp +++ b/lib/cpp/test/TMemoryBufferTest.cpp @@ -17,7 +17,7 @@ * under the License. */ -#include +#include #include #include #include diff --git a/lib/cpp/test/TSSLSocketInterruptTest.cpp b/lib/cpp/test/TSSLSocketInterruptTest.cpp index 33f686cefdd..83fb993d456 100644 --- a/lib/cpp/test/TSSLSocketInterruptTest.cpp +++ b/lib/cpp/test/TSSLSocketInterruptTest.cpp @@ -17,7 +17,7 @@ * under the License. */ -#include +#include #include #include #include diff --git a/lib/cpp/test/TServerIntegrationTest.cpp b/lib/cpp/test/TServerIntegrationTest.cpp index b88c35bf4e3..ab235d5a4f7 100644 --- a/lib/cpp/test/TServerIntegrationTest.cpp +++ b/lib/cpp/test/TServerIntegrationTest.cpp @@ -19,7 +19,7 @@ #define BOOST_TEST_MODULE TServerIntegrationTest #include -#include +#include #include #include #include diff --git a/lib/cpp/test/TServerSocketTest.cpp b/lib/cpp/test/TServerSocketTest.cpp index c96700f8be5..929defa0a89 100644 --- a/lib/cpp/test/TServerSocketTest.cpp +++ b/lib/cpp/test/TServerSocketTest.cpp @@ -17,7 +17,7 @@ * under the License. */ -#include +#include #include #include #include diff --git a/lib/cpp/test/TServerTransportTest.cpp b/lib/cpp/test/TServerTransportTest.cpp index 18a393ee005..8944737d583 100644 --- a/lib/cpp/test/TServerTransportTest.cpp +++ b/lib/cpp/test/TServerTransportTest.cpp @@ -17,7 +17,7 @@ * under the License. */ -#include +#include #include #include #include diff --git a/lib/cpp/test/TSocketInterruptTest.cpp b/lib/cpp/test/TSocketInterruptTest.cpp index a546c23a13e..1e3e59c5cda 100644 --- a/lib/cpp/test/TSocketInterruptTest.cpp +++ b/lib/cpp/test/TSocketInterruptTest.cpp @@ -18,7 +18,7 @@ */ #define BOOST_TEST_MODULE TSocketInterruptTest -#include +#include #include #include diff --git a/lib/cpp/test/ToStringTest.cpp b/lib/cpp/test/ToStringTest.cpp index d204cb346ed..5a05ed70a61 100644 --- a/lib/cpp/test/ToStringTest.cpp +++ b/lib/cpp/test/ToStringTest.cpp @@ -20,7 +20,7 @@ #include #include -#include +#include #include diff --git a/lib/cpp/test/UnitTestMain.cpp b/lib/cpp/test/UnitTestMain.cpp index f0ef1e4a612..04b37ff276a 100644 --- a/lib/cpp/test/UnitTestMain.cpp +++ b/lib/cpp/test/UnitTestMain.cpp @@ -18,4 +18,4 @@ */ #define BOOST_TEST_MODULE thrift -#include +#include