Commit ad98d099 authored by Matthieu Martin's avatar Matthieu Martin Committed by Facebook Github Bot

Remove map/set import from folly Request.h

Summary: We have a surprisingly high number of unrelated dependencies on those 2 imports

Reviewed By: djwatson

Differential Revision: D9155350

fbshipit-source-id: e85e42934af8378cdc0db909d8a6afacb504df8f
parent 4bb09774
......@@ -16,6 +16,8 @@
#pragma once
#include <map>
#include <folly/ThreadLocal.h>
#include <folly/executors/GlobalExecutor.h>
#include <folly/io/async/EventBase.h>
......
......@@ -16,10 +16,6 @@
#pragma once
// TODO: will remove on top, after fixing all dependencies
#include <map>
#include <set>
#include <folly/container/F14Map.h>
#include <folly/sorted_vector_types.h>
#include <memory>
......
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