Bug 1217125 - remove pointless includes from nsTHashtable.h; r=mccr8

This commit is contained in:
Nathan Froyd 2015-10-03 00:47:14 -04:00
parent 3fe8e966dd
commit 9a687fd23b

View File

@ -7,9 +7,7 @@
#ifndef nsTHashtable_h__
#define nsTHashtable_h__
#include "nscore.h"
#include "PLDHashTable.h"
#include "nsDebug.h"
#include "mozilla/Assertions.h"
#include "mozilla/Attributes.h"
#include "mozilla/fallible.h"