projects
/
folly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7dbf690
)
Remove extra dependency on Portability.h
author
Michael Lee
<mzlee@fb.com>
Tue, 26 Apr 2016 15:43:27 +0000
(08:43 -0700)
committer
Facebook 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
patch
|
blob
|
history
diff --git
a/folly/portability/GFlags.h
b/folly/portability/GFlags.h
index 3bbcf1193b10e289b3986b61bc8c7065e6369fb5..e3890eab869237d3092f25ed6dd85eebfdaa3372 100644
(file)
--- a/
folly/portability/GFlags.h
+++ b/
folly/portability/GFlags.h
@@
-16,8
+16,6
@@
#pragma once
-#include <folly/Portability.h>
-
#if FOLLY_HAVE_LIBGFLAGS
#include <gflags/gflags.h>
#else