Commit 8fa800e8 authored by Yedidya Feldblum's avatar Yedidya Feldblum Committed by Facebook GitHub Bot

Cut unused includes in folly/experimental/symbolizer/ElfCache.h

Summary: [Folly] Cut unused `#include`s in `folly/experimental/symbolizer/ElfCache.h`.

Reviewed By: Orvid

Differential Revision: D20482493

fbshipit-source-id: 426ebe0aa55e116e3f3c8095b0c9d0f1babdb354
parent 8a1bd857
......@@ -16,19 +16,14 @@
#pragma once
#include <climits> // for PATH_MAX
#include <cstring>
#include <forward_list>
#include <memory>
#include <mutex>
#include <string>
#include <unordered_map>
#include <boost/container/flat_map.hpp>
#include <boost/intrusive/avl_set.hpp>
#include <boost/intrusive/list.hpp>
#include <boost/operators.hpp>
#include <glog/logging.h>
#include <folly/Range.h>
#include <folly/experimental/symbolizer/Elf.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