projects
/
folly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
963dc51
)
Remove unused boost dep from Conv.h
author
Yedidya Feldblum
<yfeldblum@fb.com>
Mon, 25 Dec 2017 23:35:53 +0000
(15:35 -0800)
committer
Facebook Github Bot
<facebook-github-bot@users.noreply.github.com>
Mon, 25 Dec 2017 23:42:14 +0000
(15:42 -0800)
Summary: [Folly] Remove unused `boost` dep from `Conv.h`.
Reviewed By: Orvid
Differential Revision:
D6636040
fbshipit-source-id:
77dbfcf95f68c05346bce52d1a965e465c2efe3b
folly/Conv.h
patch
|
blob
|
history
diff --git
a/folly/Conv.h
b/folly/Conv.h
index b37e1aa03979341aa630b42b59c312fa66fcd6f7..3c29a02d15d0f05eaaec2ba39c21298ea57aa4c5 100644
(file)
--- a/
folly/Conv.h
+++ b/
folly/Conv.h
@@
-35,7
+35,6
@@
#include <typeinfo>
#include <utility>
-#include <boost/implicit_cast.hpp>
#include <double-conversion/double-conversion.h> // V8 JavaScript implementation
#include <folly/Demangle.h>