codemod setMaxNumMessagesInQueue to setMaxNumPendingConnectionsPerWorker
[folly.git] / folly / SafeAssert.cpp
index e9faca759c81d7c77bed6f478333b74e9c91d8fb..ccb1cb4d0ce5121a972c5913203e6230c4731453 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Facebook, Inc.
+ * Copyright 2015 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
-