update TimeUtil to use getOSThreadID()
[folly.git] / folly / gen / Core.h
index 62656639ac7a3bf0b62eea2f7c93b14805e4939d..dfd93d62ed28e06e0fe82d00d6349ee55078fccd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 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.
  * limitations under the License.
  */
 
-#ifndef FOLLY_GEN_CORE_H
-#define FOLLY_GEN_CORE_H
+#pragma once
+#define FOLLY_GEN_CORE_H_
 
-namespace folly { namespace gen {
+namespace folly {
+namespace gen {
 
 template<class Value, class Self>
 class GenImpl;
@@ -37,9 +38,7 @@ template<class Value, class First, class Second>
 class Chain;
 
 } // detail
-
-}} // folly::gen
+} // gen
+} // folly
 
 #include <folly/gen/Core-inl.h>
-
-#endif // FOLLY_GEN_CORE_H