Use the gflags portability header
authorChristopher Dykes <cdykes@fb.com>
Wed, 22 Mar 2017 01:42:28 +0000 (18:42 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Wed, 22 Mar 2017 01:50:03 +0000 (18:50 -0700)
commit69bd8deb890fb6d2c648815e8e986f1cd1b93fac
tree27dd433b9a2528784efcc4f3c2a74ef6c9a37b4d
parent13ded99f3ea9eab66ca6d36147981cf415809caf
Use the gflags portability header

Summary: The gflags portability header should always be used in Folly. There were a couple of places gflags was being used directly. This fixes that.

Reviewed By: yfeldblum

Differential Revision: D4748674

fbshipit-source-id: ba3c0564a39f870f1f5f9371e32d06eb84591ba7
folly/experimental/hazptr/test/HazptrTest.cpp
folly/io/async/test/SocketClient.cpp