X-Git-Url: http://plrg.eecs.uci.edu/git/?p=folly.git;a=blobdiff_plain;f=folly%2Fexperimental%2Fsymbolizer%2Ftest%2FLineReaderTest.cpp;h=3e825722f18e673aa340227c0583def6395ea368;hp=01a3dd3d1c959b31361eaedfa9b0e125377dbc87;hb=6a6ac91e1fda65d7871390f03be8d19b3591ba45;hpb=fd3c895f771ba28e43eb2de7460942c2927d0679 diff --git a/folly/experimental/symbolizer/test/LineReaderTest.cpp b/folly/experimental/symbolizer/test/LineReaderTest.cpp index 01a3dd3d..3e825722 100644 --- a/folly/experimental/symbolizer/test/LineReaderTest.cpp +++ b/folly/experimental/symbolizer/test/LineReaderTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2013 Facebook, Inc. + * Copyright 2016 Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -14,13 +14,13 @@ * limitations under the License. */ -#include "folly/experimental/symbolizer/LineReader.h" +#include #include -#include -#include "folly/FileUtil.h" -#include "folly/experimental/TestUtil.h" +#include +#include +#include namespace folly { namespace symbolizer { namespace test { @@ -83,4 +83,3 @@ TEST(LineReader, Simple) { } }}} // namespaces -