Introduce non-throwing try* methods for IPAddress{,V4,V6}.
[folly.git] / folly / LifoSem.cpp
index 942f3ffa39bf097df60afeb920877323f7f2cb8d..d3fa50656c8f130c655cb0c68b87710affae36f3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2017 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#include "LifoSem.h"
+#include <folly/LifoSem.h>
 
 /// Raw node storage is preallocated in a contiguous memory segment,
 /// but we use an anonymous mmap so the physical memory used (RSS) will
@@ -37,4 +37,4 @@ ShutdownSemError::ShutdownSemError(const std::string& msg)
 ShutdownSemError::~ShutdownSemError() noexcept {
 }
 
-}
+} // namespace folly