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