Bug 829685 - Remove #include "prtypes.h" from some files that no longer use PR types. r=ehsan

This commit is contained in:
Chris Peterson
2013-01-10 08:19:36 -08:00
parent c6ea259f45
commit d64ab9624b
29 changed files with 5 additions and 42 deletions

View File

@@ -1,12 +1,10 @@
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#ifndef nsHtml5ByteReadable_h__
#define nsHtml5ByteReadable_h__
#include "prtypes.h"
/**
* A weak reference wrapper around a byte array.
*/