THRIFT-503. Use our standard include style in a few tests
authorDavid Reiss <dreiss@apache.org>
Tue, 31 Aug 2010 16:51:14 +0000 (16:51 +0000)
committerDavid Reiss <dreiss@apache.org>
Tue, 31 Aug 2010 16:51:14 +0000 (16:51 +0000)
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@991245 13f79535-47bb-0310-9956-ffa450edef68

test/Benchmark.cpp
test/DebugProtoTest.cpp

index d315fca..4a0eae9 100644 (file)
@@ -24,7 +24,7 @@
 #include <protocol/TJSONProtocol.h>
 #include "gen-cpp/DebugProtoTest_types.h"
 #include <time.h>
-#include "../lib/cpp/src/protocol/TDebugProtocol.h"
+#include <protocol/TDebugProtocol.h>
 #include <sys/time.h>
 
 class Timer {
index f321d8f..ed23d1a 100644 (file)
@@ -20,7 +20,7 @@
 #include <iostream>
 #include <cmath>
 #include "gen-cpp/DebugProtoTest_types.h"
-#include "../lib/cpp/src/protocol/TDebugProtocol.h"
+#include <protocol/TDebugProtocol.h>
 
 int main() {
   using std::cout;