remove unused include in Demangle.cpp
authorAdam Simpkins <simpkins@fb.com>
Fri, 19 Jan 2018 22:57:43 +0000 (14:57 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Fri, 19 Jan 2018 23:06:38 +0000 (15:06 -0800)
Summary: folly/memory/Malloc.h was included but not needed.

Reviewed By: yfeldblum

Differential Revision: D6757598

fbshipit-source-id: 241b939724b21a94739e14335ddfaadfcd00dda3

folly/Demangle.cpp

index cb80b21fc6e0d646bc7b8e10c98258dd02847383..a75d4e765313f321bef75f95b876ce53de43510d 100644 (file)
@@ -19,7 +19,6 @@
 #include <algorithm>
 #include <cstring>
 
-#include <folly/memory/Malloc.h>
 #include <folly/portability/Config.h>
 
 #if FOLLY_HAVE_CPLUS_DEMANGLE_V3_CALLBACK