projects
/
folly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3d4b1b
)
remove unused include in Demangle.cpp
author
Adam Simpkins
<simpkins@fb.com>
Fri, 19 Jan 2018 22:57:43 +0000
(14:57 -0800)
committer
Facebook 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
patch
|
blob
|
history
diff --git
a/folly/Demangle.cpp
b/folly/Demangle.cpp
index cb80b21fc6e0d646bc7b8e10c98258dd02847383..a75d4e765313f321bef75f95b876ce53de43510d 100644
(file)
--- a/
folly/Demangle.cpp
+++ b/
folly/Demangle.cpp
@@
-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