Commit 63079c9b authored by Phil Willoughby's avatar Phil Willoughby Committed by Facebook Github Bot

tidy a rogue include

Summary:
Duplicate of line 22. Since the included header contains #pragma once it was doing nothing.

If it hadn't been a duplicate it would have been a problem because it was included within either a `namespace folly` or `namespace std...` block.

Reviewed By: yfeldblum

Differential Revision: D8031245

fbshipit-source-id: 4486859a11939a61d634c5603243785e6ec5a36c
parent 5eb853a0
...@@ -143,7 +143,6 @@ namespace folly { ...@@ -143,7 +143,6 @@ namespace folly {
#define FOLLY_MALLOC_CHECKED_MALLOC #define FOLLY_MALLOC_CHECKED_MALLOC
#endif #endif
#include <folly/CPortability.h>
/** /**
* Determine if we are using jemalloc or not. * Determine if we are using jemalloc or not.
*/ */
......
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