From f4335dfdbe965c95cfca83d2299e00b96bb92b55 Mon Sep 17 00:00:00 2001 From: David Reiss Date: Sat, 7 Feb 2009 02:36:46 +0000 Subject: [PATCH] THRIFT-292. Make the #includes in fb303 match the rest of Thrift Specifically, by removing the "thrift/" prefix. git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@741826 13f79535-47bb-0310-9956-ffa450edef68 --- contrib/fb303/cpp/FacebookBase.h | 4 ++-- contrib/fb303/cpp/ServiceTracker.cpp | 2 +- contrib/fb303/cpp/ServiceTracker.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/contrib/fb303/cpp/FacebookBase.h b/contrib/fb303/cpp/FacebookBase.h index 174271b6..6281cdf4 100644 --- a/contrib/fb303/cpp/FacebookBase.h +++ b/contrib/fb303/cpp/FacebookBase.h @@ -9,8 +9,8 @@ #include "FacebookService.h" -#include "thrift/server/TServer.h" -#include "thrift/concurrency/Mutex.h" +#include "server/TServer.h" +#include "concurrency/Mutex.h" #include #include diff --git a/contrib/fb303/cpp/ServiceTracker.cpp b/contrib/fb303/cpp/ServiceTracker.cpp index 8dc150d8..d510cf78 100644 --- a/contrib/fb303/cpp/ServiceTracker.cpp +++ b/contrib/fb303/cpp/ServiceTracker.cpp @@ -8,7 +8,7 @@ #include "FacebookBase.h" #include "ServiceTracker.h" -#include "thrift/concurrency/ThreadManager.h" +#include "concurrency/ThreadManager.h" using namespace std; using namespace facebook::fb303; diff --git a/contrib/fb303/cpp/ServiceTracker.h b/contrib/fb303/cpp/ServiceTracker.h index c8e4529d..fb7e62e2 100644 --- a/contrib/fb303/cpp/ServiceTracker.h +++ b/contrib/fb303/cpp/ServiceTracker.h @@ -87,7 +87,7 @@ #include #include -#include "thrift/concurrency/Mutex.h" +#include "concurrency/Mutex.h" namespace facebook { namespace thrift { namespace concurrency { -- 2.17.1