Commit c634f9c3 authored by Brandon Schlinker's avatar Brandon Schlinker Committed by Facebook GitHub Bot

Remove dependency on FixedString.h from TcpInfo

Summary: Remove dependency on `folly/FixedString.h`

Differential Revision: D29317987

fbshipit-source-id: dbce91f117776a1dcd966230d9eed616b2a95613
parent 5dff2932
......@@ -15,7 +15,6 @@
*/
#include <glog/logging.h>
#include <folly/String.h>
#include <folly/net/TcpInfo.h>
#include <folly/portability/Sockets.h>
......
......@@ -19,8 +19,8 @@
#include <chrono>
#include <folly/Expected.h>
#include <folly/FixedString.h>
#include <folly/Optional.h>
#include <folly/String.h>
#include <folly/net/NetOpsDispatcher.h>
#include <folly/net/NetworkSocket.h>
#include <folly/net/TcpInfoTypes.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment