Remove extra dependency on Portability.h
authorMichael Lee <mzlee@fb.com>
Tue, 26 Apr 2016 15:43:27 +0000 (08:43 -0700)
committerFacebook Github Bot 5 <facebook-github-bot-5-bot@fb.com>
Tue, 26 Apr 2016 15:50:23 +0000 (08:50 -0700)
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

index 3bbcf1193b10e289b3986b61bc8c7065e6369fb5..e3890eab869237d3092f25ed6dd85eebfdaa3372 100644 (file)
@@ -16,8 +16,6 @@
 
 #pragma once
 
-#include <folly/Portability.h>
-
 #if FOLLY_HAVE_LIBGFLAGS
 #include <gflags/gflags.h>
 #else