Commit fbc0b3d8 authored by Tom Jackson's avatar Tom Jackson Committed by Sara Golemon

Codemod following promotion

Summary:
Changing all the include paths following D1151911.
Depends on D1151911

Test Plan: contbuild

Reviewed By: ldbrandy@fb.com

FB internal diff: D1159003

Facebook:
Contbuild is mostly passed, remaining failures are unrelated. I'm confident other failures are unrelated.
@override-unit-failures
parent faf7b5c6
...@@ -39,9 +39,9 @@ ...@@ -39,9 +39,9 @@
#include "folly/ScopeGuard.h" #include "folly/ScopeGuard.h"
#include "folly/String.h" #include "folly/String.h"
#include "folly/experimental/Gen.h" #include "folly/gen/Base.h"
#include "folly/experimental/FileGen.h" #include "folly/gen/File.h"
#include "folly/experimental/StringGen.h" #include "folly/gen/String.h"
#ifndef MAP_POPULATE #ifndef MAP_POPULATE
#define MAP_POPULATE 0 #define MAP_POPULATE 0
......
...@@ -27,9 +27,9 @@ ...@@ -27,9 +27,9 @@
#include "folly/Exception.h" #include "folly/Exception.h"
#include "folly/Format.h" #include "folly/Format.h"
#include "folly/String.h" #include "folly/String.h"
#include "folly/experimental/Gen.h" #include "folly/gen/Base.h"
#include "folly/experimental/FileGen.h" #include "folly/gen/File.h"
#include "folly/experimental/StringGen.h" #include "folly/gen/String.h"
#include "folly/experimental/io/FsUtil.h" #include "folly/experimental/io/FsUtil.h"
using namespace folly; using namespace folly;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment