Specifically, by removing the "thrift/" prefix.
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@741826
13f79535-47bb-0310-9956-
ffa450edef68
#include "FacebookService.h"
-#include "thrift/server/TServer.h"
-#include "thrift/concurrency/Mutex.h"
+#include "server/TServer.h"
+#include "concurrency/Mutex.h"
#include <time.h>
#include <string>
#include "FacebookBase.h"
#include "ServiceTracker.h"
-#include "thrift/concurrency/ThreadManager.h"
+#include "concurrency/ThreadManager.h"
using namespace std;
using namespace facebook::fb303;
#include <map>
#include <boost/shared_ptr.hpp>
-#include "thrift/concurrency/Mutex.h"
+#include "concurrency/Mutex.h"
namespace facebook { namespace thrift { namespace concurrency {