From: Nathan Bronson Date: Wed, 15 Jan 2014 23:25:04 +0000 (-0800) Subject: include guard name cleanup for IndexedMemPool X-Git-Tag: v0.22.0~736 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=054af315ec7cbd725a9ae6d0c271710998fc56ea;p=folly.git 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 --- diff --git a/folly/IndexedMemPool.h b/folly/IndexedMemPool.h index cef4d0ea..0c959a3c 100644 --- a/folly/IndexedMemPool.h +++ b/folly/IndexedMemPool.h @@ -14,8 +14,8 @@ * limitations under the License. */ -#ifndef FOLLY_DETAIL_INDEXEDMEMPOOL_H -#define FOLLY_DETAIL_INDEXEDMEMPOOL_H +#ifndef FOLLY_INDEXEDMEMPOOL_H +#define FOLLY_INDEXEDMEMPOOL_H #include #include