X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=folly%2Ftest%2FMPMCPipelineTest.cpp;h=f754eda892a08b8e4b365d377a5216b3be9612d4;hb=ce64f0f685111ac24c7a321ea56d0c3524621df1;hp=cc6fc64c2ee2779d6a09be98816327972e3acace;hpb=c6bdae86629f05777dfa6d8f2f4f7846da936cda;p=folly.git diff --git a/folly/test/MPMCPipelineTest.cpp b/folly/test/MPMCPipelineTest.cpp index cc6fc64c..f754eda8 100644 --- a/folly/test/MPMCPipelineTest.cpp +++ b/folly/test/MPMCPipelineTest.cpp @@ -14,7 +14,7 @@ * limitations under the License. */ -#include "folly/MPMCPipeline.h" +#include #include #include @@ -22,7 +22,7 @@ #include #include -#include "folly/Conv.h" +#include namespace folly { namespace test {