From: Michael Lee Date: Tue, 26 Apr 2016 15:43:27 +0000 (-0700) Subject: Remove extra dependency on Portability.h X-Git-Tag: 2016.07.26~323 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e16f91ff4a86f84288769b0f6cec357f206d7530;p=folly.git Remove extra dependency on Portability.h Summary: This dependency is in the wrong order. Reviewed By: knekritz Differential Revision: D3224312 fb-gh-sync-id: 98d2c58b75cf5f16892d462ae1b877d06bce3faa fbshipit-source-id: 98d2c58b75cf5f16892d462ae1b877d06bce3faa --- diff --git a/folly/portability/GFlags.h b/folly/portability/GFlags.h index 3bbcf119..e3890eab 100644 --- a/folly/portability/GFlags.h +++ b/folly/portability/GFlags.h @@ -16,8 +16,6 @@ #pragma once -#include - #if FOLLY_HAVE_LIBGFLAGS #include #else