Add <new> header for placement new
[folly.git] / folly / Uri.h
index de693baa79165eae7b994b8665269803216c9e19..fe88523d6afce30737a2849cd35ed5951f091fcb 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#ifndef FOLLY_URI_H_
+#pragma once
 #define FOLLY_URI_H_
 
 #include <folly/String.h>
@@ -119,5 +119,3 @@ class Uri {
 }  // namespace folly
 
 #include <folly/Uri-inl.h>
-
-#endif /* FOLLY_URI_H_ */