Commit 53ef616d authored by Nick Terrell's avatar Nick Terrell Committed by Facebook Github Bot

Remove double dependencies

Summary: Remove manual include overrides

Reviewed By: k21

Differential Revision: D15085229

fbshipit-source-id: fbd3c66184a696131c61605eeb0bba119e59af9e
parent 7ac48326
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#include <stdexcept> #include <stdexcept>
#include <string> #include <string>
#include <zstd.h> // @manual #include <zstd.h>
#include <folly/Conv.h> #include <folly/Conv.h>
#include <folly/Range.h> #include <folly/Range.h>
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
#ifndef ZSTD_STATIC_LINKING_ONLY #ifndef ZSTD_STATIC_LINKING_ONLY
#define ZSTD_STATIC_LINKING_ONLY #define ZSTD_STATIC_LINKING_ONLY
#endif #endif
#include <zstd.h> // @manual #include <zstd.h>
namespace folly { namespace folly {
namespace io { namespace io {
......
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