Bug 1325494 (part 5) - Slim down nsParserConstants.h. r=hsivonen.

Many of the constants aren't used. Also, the patch removes #includes of this
header that aren't necessary.
This commit is contained in:
Nicholas Nethercote
2016-12-23 13:51:04 +11:00
parent d33f34ca33
commit ec4ed4d541
4 changed files with 12 additions and 32 deletions

View File

@@ -34,7 +34,6 @@
#include "nsMimeTypes.h"
#include "mozilla/CondVar.h"
#include "mozilla/Mutex.h"
#include "nsParserConstants.h"
#include "nsCharsetSource.h"
#include "nsContentUtils.h"
#include "nsThreadUtils.h"