| Index: Source/core/css/CSSStyleSheet.h
 | 
| diff --git a/Source/core/css/CSSStyleSheet.h b/Source/core/css/CSSStyleSheet.h
 | 
| index bcc6550e18039f8a90fcc9bd7f6d82ffdf39f6b2..37f83abc3d26d34a8a4e05c9465567dec21ba409 100644
 | 
| --- a/Source/core/css/CSSStyleSheet.h
 | 
| +++ b/Source/core/css/CSSStyleSheet.h
 | 
| @@ -21,12 +21,9 @@
 | 
|  #ifndef CSSStyleSheet_h
 | 
|  #define CSSStyleSheet_h
 | 
|  
 | 
| -#include "core/css/CSSParserMode.h"
 | 
|  #include "core/css/CSSRule.h"
 | 
|  #include "core/css/StyleSheet.h"
 | 
| -#include "wtf/HashMap.h"
 | 
|  #include "wtf/Noncopyable.h"
 | 
| -#include "wtf/text/AtomicStringHash.h"
 | 
|  #include "wtf/text/TextPosition.h"
 | 
|  
 | 
|  namespace WebCore {
 | 
| 
 |