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