X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=folly%2Fexperimental%2Fsymbolizer%2FDwarf.h;h=04ff116657683fda10e9028c0720cc80e2369693;hb=a1614feea3f3c0beb75fb2dc43ec45b3e5d57223;hp=4a14f24cd304e43e791a365e6b85e7fecac103cd;hpb=fd3c895f771ba28e43eb2de7460942c2927d0679;p=folly.git diff --git a/folly/experimental/symbolizer/Dwarf.h b/folly/experimental/symbolizer/Dwarf.h index 4a14f24c..04ff1166 100644 --- a/folly/experimental/symbolizer/Dwarf.h +++ b/folly/experimental/symbolizer/Dwarf.h @@ -1,5 +1,5 @@ /* - * Copyright 2013 Facebook, Inc. + * Copyright 2015 Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -21,8 +21,8 @@ #include -#include "folly/experimental/symbolizer/Elf.h" -#include "folly/Range.h" +#include +#include namespace folly { namespace symbolizer { @@ -272,4 +272,3 @@ inline std::ostream& operator<<(std::ostream& out, const Dwarf::Path& path) { } // namespace folly #endif /* FOLLY_EXPERIMENTAL_SYMBOLIZER_DWARF_H_ */ -