Kill unneeded dependency on portability/Memory.h
authorChristopher Dykes <cdykes@fb.com>
Thu, 15 Sep 2016 20:00:46 +0000 (13:00 -0700)
committerFacebook Github Bot 6 <facebook-github-bot-6-bot@fb.com>
Thu, 15 Sep 2016 20:08:51 +0000 (13:08 -0700)
Summary: This dependency was added but isn't actually needed, so get rid of it.

Reviewed By: mzlee

Differential Revision: D3863923

fbshipit-source-id: 407d2b3db759e30c37d876dde133fc962daeaeae

folly/Memory.h

index 62490f90b80abf2f1ee8c1d842880d636b4e20cc..442dd4f688445e554eecaa41fecdbcde6645effc 100644 (file)
@@ -17,7 +17,6 @@
 #pragma once
 
 #include <folly/Traits.h>
-#include <folly/portability/Memory.h>
 
 #include <cstddef>
 #include <cstdlib>