Make folly::getCurrentThreadId() return a thread ID on OSX
[folly.git] / folly / VersionCheck.h
index c864e7db8f9ad1bcbbf91055703de71d9090b969..049556ef2a804c8b855f1021c8eae51f5a940a0c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2016 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_ */