folly: replace old-style header guards with "pragma once"
[folly.git] / folly / init / Init.h
index 8c1bc7e535f63a30973001bfdf11e08f5b8f437b..52e96f25e24dd92e25d53e9e12d04fb4bb03ba26 100644 (file)
@@ -13,8 +13,8 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-#ifndef INIT_LIGHT_BASE_H
-#define INIT_LIGHT_BASE_H
+
+#pragma once
 
 /*
  * Calls common init functions in the necessary order
@@ -31,5 +31,3 @@ namespace folly {
 void init(int* argc, char*** argv, bool removeFlags = true);
 
 } // folly
-
-#endif