Remove the strings.h portability header
[folly.git] / folly / PackedSyncPtr.h
index 97ff844c23595f39fbc477b10b2d0aeaee5617bf..74c5ab8f63daf26349a88303b8828f34ed9f9436 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015 Facebook, Inc.
+ * Copyright 2016 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_PACKEDSYNCPTR_H_
-#define FOLLY_PACKEDSYNCPTR_H_
+#pragma once
 
 #include <folly/Portability.h>
 
@@ -147,5 +146,3 @@ static_assert(sizeof(PackedSyncPtr<void>) == 8,
               "messed up");
 
 }
-
-#endif