commit | f4335dfdbe965c95cfca83d2299e00b96bb92b55 | [log] [tgz] |
---|---|---|
author | David Reiss <dreiss@apache.org> | Sat Feb 07 02:36:46 2009 +0000 |
committer | David Reiss <dreiss@apache.org> | Sat Feb 07 02:36:46 2009 +0000 |
tree | c48d8a79de36b437a198f9074cce2ae4932d0ddb | |
parent | 0b36a2d9c0a40ca51014e723dddd74e4bbb5d291 [diff] [blame] |
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
diff --git a/contrib/fb303/cpp/FacebookBase.h b/contrib/fb303/cpp/FacebookBase.h index 174271b..6281cdf 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 <time.h> #include <string>