From f261dd795c4004c72c7efd66c4b09f66299bfc83 Mon Sep 17 00:00:00 2001 From: David Reiss Date: Tue, 31 Aug 2010 16:51:14 +0000 Subject: [PATCH] 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 --- test/Benchmark.cpp | 2 +- test/DebugProtoTest.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; -- 2.17.1