Commit 054af315 authored by Nathan Bronson's avatar Nathan Bronson Committed by Jordan DeLong

include guard name cleanup for IndexedMemPool

Summary: Include guard had FOLLY_DETAIL_.. even though code is in folly

Test Plan: unit tests

Reviewed By: davejwatson@fb.com

FB internal diff: D1130269

@override-unit-failures
parent df7a2f81
...@@ -14,8 +14,8 @@ ...@@ -14,8 +14,8 @@
* limitations under the License. * limitations under the License.
*/ */
#ifndef FOLLY_DETAIL_INDEXEDMEMPOOL_H #ifndef FOLLY_INDEXEDMEMPOOL_H
#define FOLLY_DETAIL_INDEXEDMEMPOOL_H #define FOLLY_INDEXEDMEMPOOL_H
#include <stdint.h> #include <stdint.h>
#include <assert.h> #include <assert.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment