fix Expected<..., eUnion> move / copy ctor
[folly.git] / folly / Logging.h
index f99b50302463898d68841c5c8fde43ef09541741..404ca80e4d83dc093904be927a1f27fbbf31766d 100644 (file)
@@ -14,8 +14,7 @@
  * limitations under the License.
  */
 
-#ifndef FOLLY_LOGGING_H_
-#define FOLLY_LOGGING_H_
+#pragma once
 
 #include <atomic>
 #include <chrono>
@@ -54,5 +53,3 @@
           LOG(severity)
 
 #endif
-
-#endif  // FOLLY_LOGGING_H_