Start compiling a bit of `-Wshadow`
[folly.git] / folly / FBVector.h
index c44defef43c732a317b53575c9f46e5e9b3451af..e1809f3179370ed5455c7ef93d6d1f5b5547a199 100644 (file)
@@ -22,8 +22,7 @@
  * optimizations for use with relocatable types and jemalloc.
  */
 
-#ifndef FOLLY_FBVECTOR_H
-#define FOLLY_FBVECTOR_H
+#pragma once
 
 //=============================================================================
 // headers
@@ -1659,5 +1658,3 @@ void attach(fbvector<T, A>& v, T* data, size_t sz, size_t cap) {
 }
 
 } // namespace folly
-
-#endif // FOLLY_FBVECTOR_H