Summary: .. by including what you use.
These are a handful of headers that are depended on via viral inclusion. Include them directly.
Reviewed By: yfeldblum
Differential Revision:
D2601172
fb-gh-sync-id:
215e87263325d085fbcb651f83f429f47d14fc1b
#ifndef FOLLY_PADDED_H_
#define FOLLY_PADDED_H_
+#include <algorithm>
#include <cassert>
#include <cstdint>
#include <cstring>
#define FOLLY_DETAIL_CACHELOCALITY_H_
#include <sched.h>
+#include <algorithm>
#include <atomic>
#include <cassert>
#include <functional>
#ifndef FOLLY_DETAIL_DISCRIMINATEDPTRDETAIL_H_
#define FOLLY_DETAIL_DISCRIMINATEDPTRDETAIL_H_
+#include <utility>
#include <type_traits>
namespace folly {
#ifndef FOLLY_STATS_BUCKETEDTIMESERIES_INL_H_
#define FOLLY_STATS_BUCKETEDTIMESERIES_INL_H_
+#include <algorithm>
#include <glog/logging.h>
#include <folly/Likely.h>