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
This commit is contained in:
David Reiss 2009-02-07 02:36:46 +00:00
parent 0b36a2d9c0
commit f4335dfdbe
3 changed files with 4 additions and 4 deletions

View File

@ -9,8 +9,8 @@
#include "FacebookService.h" #include "FacebookService.h"
#include "thrift/server/TServer.h" #include "server/TServer.h"
#include "thrift/concurrency/Mutex.h" #include "concurrency/Mutex.h"
#include <time.h> #include <time.h>
#include <string> #include <string>

View File

@ -8,7 +8,7 @@
#include "FacebookBase.h" #include "FacebookBase.h"
#include "ServiceTracker.h" #include "ServiceTracker.h"
#include "thrift/concurrency/ThreadManager.h" #include "concurrency/ThreadManager.h"
using namespace std; using namespace std;
using namespace facebook::fb303; using namespace facebook::fb303;

View File

@ -87,7 +87,7 @@
#include <map> #include <map>
#include <boost/shared_ptr.hpp> #include <boost/shared_ptr.hpp>
#include "thrift/concurrency/Mutex.h" #include "concurrency/Mutex.h"
namespace facebook { namespace thrift { namespace concurrency { namespace facebook { namespace thrift { namespace concurrency {