diff options
Diffstat (limited to 'Source/WebCore/css/PageRuleCollector.h')
-rw-r--r-- | Source/WebCore/css/PageRuleCollector.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Source/WebCore/css/PageRuleCollector.h b/Source/WebCore/css/PageRuleCollector.h index 8f5c29a7d..828bc79a2 100644 --- a/Source/WebCore/css/PageRuleCollector.h +++ b/Source/WebCore/css/PageRuleCollector.h @@ -19,12 +19,10 @@ * */ -#ifndef PageRuleCollector_h -#define PageRuleCollector_h +#pragma once #include "DocumentRuleSets.h" #include "StyleResolver.h" -#include <wtf/RefPtr.h> #include <wtf/Vector.h> namespace WebCore { @@ -56,5 +54,3 @@ private: }; } // namespace WebCore - -#endif // PageRuleCollector_h |