All template params for PriorityMPMCQueue
[folly.git] / folly / detail / AtomicHashUtils.h
index bb49eef05ec6ca4e63cc09611b8f4704f81a3e80..70d30ac2c62f32339a997c99975ed677c3d98784 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 incl_FOLLY_ATOMIC_HASH_UTILS_H
-#define incl_FOLLY_ATOMIC_HASH_UTILS_H
+#pragma once
 
 #include <thread>
 #include <folly/portability/Asm.h>
@@ -38,5 +37,3 @@ void atomic_hash_spin_wait(Cond condition) {
 }
 
 }} // namespace folly::detail
-
-#endif