Ver Fonte

LibWeb: Fix build after Specificity.h removal

Andreas Kling há 5 anos atrás
pai
commit
ebf326a98c
1 ficheiros alterados com 0 adições e 1 exclusões
  1. 0 1
      Libraries/LibWeb/CSS/Selector.h

+ 0 - 1
Libraries/LibWeb/CSS/Selector.h

@@ -28,7 +28,6 @@
 
 #include <AK/FlyString.h>
 #include <AK/Vector.h>
-#include <LibWeb/CSS/Specificity.h>
 
 namespace Web {