Bug 901612 - delete unused headers from DOMError.h; r=bz

This commit is contained in:
Nathan Froyd 2013-08-05 13:51:49 -04:00
Родитель 74113f673d
Коммит 1bcaecd89a
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -8,13 +8,13 @@
#define mozilla_dom_domerror_h__
#include "mozilla/Attributes.h"
#include "mozilla/ErrorResult.h"
#include "mozilla/dom/BindingUtils.h"
#include "nsCycleCollectionParticipant.h"
#include "nsPIDOMWindow.h"
#include "nsWrapperCache.h"
namespace mozilla {
class ErrorResult;
namespace dom {
class GlobalObject;