From e16f91ff4a86f84288769b0f6cec357f206d7530 Mon Sep 17 00:00:00 2001 From: Michael Lee Date: Tue, 26 Apr 2016 08:43:27 -0700 Subject: [PATCH] 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 --- folly/portability/GFlags.h | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.34.1