Add folly::Expected, an alternative to exceptions for non-throwing APIs that can...
[folly.git] / folly / SafeAssert.cpp
index 41cd1aa635d17ffb14d0c0781729433f3ffa7629..a8a64da246ef8c072a3307fd4ec6ef5e2ee889da 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2016 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * limitations under the License.
  */
 
-#include "folly/SafeAssert.h"
+#include <folly/SafeAssert.h>
 
-#include "folly/Conv.h"
-#include "folly/FileUtil.h"
+#include <folly/Conv.h>
+#include <folly/FileUtil.h>
 
 namespace folly { namespace detail {
 
@@ -47,4 +47,3 @@ void assertionFailure(const char* expr, const char* msg, const char* file,
 }
 
 }}  // namespaces
-