Bug 909003 - Part e: Remove some includes from SpeechGrammarList.h; r=bz

This commit is contained in:
Ms2ger 2013-09-06 08:43:19 +02:00
parent ffdbcf4823
commit 95b28b0e58
2 changed files with 10 additions and 6 deletions

View File

@ -7,6 +7,7 @@
#include "SpeechGrammarList.h"
#include "mozilla/dom/SpeechGrammarListBinding.h"
#include "mozilla/ErrorResult.h"
namespace mozilla {
namespace dom {

View File

@ -6,21 +6,24 @@
#pragma once
#include "EnableWebSpeechRecognitionCheck.h"
#include "mozilla/Attributes.h"
#include "nsCOMPtr.h"
#include "nsCycleCollectionParticipant.h"
#include "nsWrapperCache.h"
#include "js/TypeDecls.h"
#include "mozilla/Attributes.h"
#include "mozilla/dom/BindingUtils.h"
#include "EnableWebSpeechRecognitionCheck.h"
#include "SpeechGrammar.h"
struct JSContext;
namespace mozilla {
class ErrorResult;
namespace dom {
class GlobalObject;
class SpeechGrammar;
template<typename> class Optional;
class SpeechGrammarList MOZ_FINAL : public nsISupports,
public nsWrapperCache,
public EnableWebSpeechRecognitionCheck