Reverse the dependency between selectors and malloc_size_of

This commit is contained in:
Simon Sapin 2018-01-12 14:07:41 +01:00
parent 0929f72709
commit 5a82a1d455
6 changed files with 11 additions and 7 deletions

View file

@ -26,8 +26,6 @@ matches = "0.1"
cssparser = "0.23.0"
log = "0.3"
fnv = "1.0"
malloc_size_of = { path = "../malloc_size_of" }
malloc_size_of_derive = { path = "../malloc_size_of_derive" }
phf = "0.7.18"
precomputed-hash = "0.1"
servo_arc = { path = "../servo_arc" }