From: David Reiss Date: Tue, 31 Aug 2010 16:51:14 +0000 (+0000) Subject: THRIFT-503. Use our standard include style in a few tests X-Git-Tag: 0.5.0~96 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=f261dd795c4004c72c7efd66c4b09f66299bfc83;p=common%2Fthrift.git THRIFT-503. Use our standard include style in a few tests git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@991245 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/test/Benchmark.cpp b/test/Benchmark.cpp index d315fca7..4a0eae96 100644 --- a/test/Benchmark.cpp +++ b/test/Benchmark.cpp @@ -24,7 +24,7 @@ #include #include "gen-cpp/DebugProtoTest_types.h" #include -#include "../lib/cpp/src/protocol/TDebugProtocol.h" +#include #include class Timer { diff --git a/test/DebugProtoTest.cpp b/test/DebugProtoTest.cpp index f321d8fd..ed23d1ac 100644 --- a/test/DebugProtoTest.cpp +++ b/test/DebugProtoTest.cpp @@ -20,7 +20,7 @@ #include #include #include "gen-cpp/DebugProtoTest_types.h" -#include "../lib/cpp/src/protocol/TDebugProtocol.h" +#include int main() { using std::cout;