summaryrefslogtreecommitdiffstats
path: root/layout/style/ServoStyleSheet.cpp
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-04-30 16:41:13 +0000
committerMoonchild <moonchild@palemoon.org>2020-04-30 16:41:13 +0000
commitae707c8dbb26942e11c231965afc3505ba2f7d93 (patch)
tree92cd2f822be4867ee9ecc0dc9312b55367655f0a /layout/style/ServoStyleSheet.cpp
parenta78a87502d9973893d2d19daa17e75bc1a1043ca (diff)
downloadUXP-ae707c8dbb26942e11c231965afc3505ba2f7d93.tar
UXP-ae707c8dbb26942e11c231965afc3505ba2f7d93.tar.gz
UXP-ae707c8dbb26942e11c231965afc3505ba2f7d93.tar.lz
UXP-ae707c8dbb26942e11c231965afc3505ba2f7d93.tar.xz
UXP-ae707c8dbb26942e11c231965afc3505ba2f7d93.zip
Issue #80 - De-unify layout/style
Diffstat (limited to 'layout/style/ServoStyleSheet.cpp')
-rw-r--r--layout/style/ServoStyleSheet.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/layout/style/ServoStyleSheet.cpp b/layout/style/ServoStyleSheet.cpp
index 5f2a925b5..e03ad2865 100644
--- a/layout/style/ServoStyleSheet.cpp
+++ b/layout/style/ServoStyleSheet.cpp
@@ -4,8 +4,12 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+#include "ServoBindings.h"
#include "mozilla/ServoStyleSheet.h"
#include "mozilla/StyleBackendType.h"
+#include "CSSRuleList.h"
+
+using namespace mozilla::dom;
namespace mozilla {