Commit 0893755f authored by Yedidya Feldblum's avatar Yedidya Feldblum Committed by Facebook Github Bot

Move folly/UncaughtExceptions.h to folly/lang/

Summary:
[Folly] Move `folly/UncaughtExceptions.h` to `folly/lang/`.

(Note: this ignores all push blocking failures!)

Reviewed By: andrewjcg

Differential Revision: D7319259

fbshipit-source-id: 38d47503e150e01b5e4bcded6c8207484048bf84
parent 2023e794
......@@ -341,6 +341,7 @@ nobase_follyinclude_HEADERS = \
lang/Launder.h \
lang/RValueReferenceWrapper.h \
lang/SafeAssert.h \
lang/UncaughtExceptions.h \
Lazy.h \
Likely.h \
LockTraits.h \
......@@ -488,7 +489,6 @@ nobase_follyinclude_HEADERS = \
Try.h \
Unicode.h \
Function.h \
UncaughtExceptions.h \
Unit.h \
Uri.h \
Uri-inl.h \
......
......@@ -24,7 +24,7 @@
#include <folly/Portability.h>
#include <folly/Preprocessor.h>
#include <folly/UncaughtExceptions.h>
#include <folly/lang/UncaughtExceptions.h>
namespace folly {
......
......@@ -14,8 +14,8 @@
* limitations under the License.
*/
#include <folly/lang/UncaughtExceptions.h>
#include <folly/Conv.h>
#include <folly/UncaughtExceptions.h>
#include <folly/portability/GTest.h>
#include <glog/logging.h>
......
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