Re-work the OpenSSL portability header to be a portability header
[folly.git] / folly / VersionCheck.h
index 988ea2cec8ca95036c15f4b6c99ea73863d40f02..049556ef2a804c8b855f1021c8eae51f5a940a0c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015 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,8 +14,7 @@
  * limitations under the License.
  */
 
-#ifndef FOLLY_VERSIONCHECK_H_
-#define FOLLY_VERSIONCHECK_H_
+#pragma once
 
 #include <cstdio>
 #include <cstdlib>
     } \
   } \
   }
-
-#endif /* FOLLY_VERSIONCHECK_H_ */