Add portability header for libgen.h
[folly.git] / folly / ExceptionWrapper.h
index 7909fb053c56aa4b5678e26767cc2242ddf33e89..22857a0b9b543259f504e52dc9283b9bf023db52 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015 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.
@@ -14,8 +14,7 @@
  * limitations under the License.
  */
 
-#ifndef FOLLY_EXCEPTIONWRAPPER_H
-#define FOLLY_EXCEPTIONWRAPPER_H
+#pragma once
 
 #include <cassert>
 #include <exception>
@@ -468,4 +467,3 @@ class try_and_catch<> : public exception_wrapper {
   }
 };
 }
-#endif