Commit 2e1b273c authored by Yedidya Feldblum's avatar Yedidya Feldblum Committed by Facebook Github Bot

Move folly/SafeAssert.h

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

Reviewed By: Orvid

Differential Revision: D6230421

fbshipit-source-id: 0086cd6fedd4ce0e7a4d5302a41153ec1a502e74
parent 4780814a
...@@ -314,6 +314,7 @@ nobase_follyinclude_HEADERS = \ ...@@ -314,6 +314,7 @@ nobase_follyinclude_HEADERS = \
json.h \ json.h \
lang/Assume.h \ lang/Assume.h \
lang/Launder.h \ lang/Launder.h \
lang/SafeAssert.h \
Lazy.h \ Lazy.h \
LifoSem.h \ LifoSem.h \
Likely.h \ Likely.h \
...@@ -392,7 +393,6 @@ nobase_follyinclude_HEADERS = \ ...@@ -392,7 +393,6 @@ nobase_follyinclude_HEADERS = \
Range.h \ Range.h \
Replaceable.h \ Replaceable.h \
RWSpinLock.h \ RWSpinLock.h \
SafeAssert.h \
ScopeGuard.h \ ScopeGuard.h \
SharedMutex.h \ SharedMutex.h \
Singleton.h \ Singleton.h \
...@@ -567,6 +567,7 @@ libfolly_la_SOURCES = \ ...@@ -567,6 +567,7 @@ libfolly_la_SOURCES = \
io/async/ssl/SSLErrors.cpp \ io/async/ssl/SSLErrors.cpp \
json.cpp \ json.cpp \
lang/Assume.cpp \ lang/Assume.cpp \
lang/SafeAssert.cpp \
detail/MemoryIdler.cpp \ detail/MemoryIdler.cpp \
detail/SocketFastOpen.cpp \ detail/SocketFastOpen.cpp \
MacAddress.cpp \ MacAddress.cpp \
...@@ -592,7 +593,6 @@ libfolly_la_SOURCES = \ ...@@ -592,7 +593,6 @@ libfolly_la_SOURCES = \
portability/Time.cpp \ portability/Time.cpp \
portability/Unistd.cpp \ portability/Unistd.cpp \
Random.cpp \ Random.cpp \
SafeAssert.cpp \
ScopeGuard.cpp \ ScopeGuard.cpp \
SharedMutex.cpp \ SharedMutex.cpp \
MicroLock.cpp \ MicroLock.cpp \
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
#pragma once #pragma once
#include <folly/SafeAssert.h> #include <folly/lang/SafeAssert.h>
#include <stdint.h> #include <stdint.h>
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
#include <folly/Conv.h> #include <folly/Conv.h>
#include <folly/Likely.h> #include <folly/Likely.h>
#include <folly/Range.h> #include <folly/Range.h>
#include <folly/SafeAssert.h> #include <folly/lang/SafeAssert.h>
namespace folly { namespace folly {
namespace symbolizer { namespace symbolizer {
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
#include <folly/SafeAssert.h> #include <folly/lang/SafeAssert.h>
#include <folly/Conv.h> #include <folly/Conv.h>
#include <folly/FileUtil.h> #include <folly/FileUtil.h>
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
#include <folly/SafeAssert.h> #include <folly/lang/SafeAssert.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