Use simpler tags for ctor dispatch in exception_wrapper
[folly.git] / folly / Logging.h
index 1a9aeb4f7db92ee3fc8cbef075845b790c656c5c..106aec3a94feff38eb7a3b439138a1a7cb112d23 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_LOGGING_H_
-#define FOLLY_LOGGING_H_
+#pragma once
 
 #include <atomic>
 #include <chrono>
+
 #include <glog/logging.h>
 
 #ifndef FB_LOG_EVERY_MS
@@ -54,5 +54,3 @@
           LOG(severity)
 
 #endif
-
-#endif  // FOLLY_LOGGING_H_