summaryrefslogtreecommitdiffstats
path: root/parser/html/nsHtml5StateSnapshot.h
diff options
context:
space:
mode:
Diffstat (limited to 'parser/html/nsHtml5StateSnapshot.h')
-rw-r--r--parser/html/nsHtml5StateSnapshot.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/parser/html/nsHtml5StateSnapshot.h b/parser/html/nsHtml5StateSnapshot.h
index b820af980..ae5fc904e 100644
--- a/parser/html/nsHtml5StateSnapshot.h
+++ b/parser/html/nsHtml5StateSnapshot.h
@@ -44,14 +44,15 @@
#include "nsIUnicodeDecoder.h"
#include "nsHtml5Macros.h"
#include "nsIContentHandle.h"
+#include "nsHtml5Portability.h"
class nsHtml5StreamParser;
+class nsHtml5AttributeName;
+class nsHtml5ElementName;
class nsHtml5Tokenizer;
class nsHtml5TreeBuilder;
class nsHtml5MetaScanner;
-class nsHtml5AttributeName;
-class nsHtml5ElementName;
class nsHtml5UTF16Buffer;
class nsHtml5Portability;
@@ -91,7 +92,5 @@ class nsHtml5StateSnapshot : public nsAHtml5TreeBuilderState
static void releaseStatics();
};
-
-
#endif