update stats APIs to use TimePoint vs Duration correctly
[folly.git] / folly / VersionCheck.h
index c864e7db8f9ad1bcbbf91055703de71d9090b969..9a3ce67727851ff93a895717acb584be2207f2e6 100644 (file)
@@ -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_ */