Bug 909003 - Part a: Add missing includes to TypedArray.h; r=bz

This commit is contained in:
Ms2ger 2013-09-06 08:43:04 +02:00
parent 1b9c2e9bce
commit be7d3f26a2

View File

@ -7,10 +7,12 @@
#ifndef mozilla_dom_TypedArray_h
#define mozilla_dom_TypedArray_h
#include "jsfriendapi.h"
#include "jsapi.h"
#include "jsfriendapi.h"
#include "js/RootingAPI.h"
#include "mozilla/Attributes.h"
#include "mozilla/dom/BindingDeclarations.h"
#include "mozilla/Util.h" // for Maybe
#include "nsWrapperCache.h"
namespace mozilla {