Bug 579517 - Part 5: Add missing StandardInteger.h #includes where needed; r=bsmedberg

Landing on a CLOSED TREE
This commit is contained in:
Ehsan Akhgari 2012-08-08 17:08:17 -04:00
Родитель f22f8b7a49
Коммит 845651448b
23 изменённых файлов: 24 добавлений и 12 удалений

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

@ -7,7 +7,7 @@
#ifndef _mozilla_a11y_aria_ARIAStateMap_h_
#define _mozilla_a11y_aria_ARIAStateMap_h_
#include "prtypes.h"
#include "mozilla/StandardInteger.h"
namespace mozilla {

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

@ -7,7 +7,7 @@
#ifndef _states_h_
#define _states_h_
#include <prtypes.h>
#include "mozilla/StandardInteger.h"
namespace mozilla {
namespace a11y {

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

@ -7,7 +7,7 @@
#ifndef COMPATIBILITY_MANAGER_H
#define COMPATIBILITY_MANAGER_H
#include "prtypes.h"
#include "mozilla/StandardInteger.h"
class nsAccessNodeWrap;

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

@ -10,7 +10,7 @@
#ifndef nsAtomListUtils_h__
#define nsAtomListUtils_h__
#include "prtypes.h"
#include "mozilla/StandardInteger.h"
class nsIAtom;
struct nsStaticAtom;

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

@ -4,7 +4,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#include "nsSMILKeySpline.h"
#include "prtypes.h"
#include "mozilla/StandardInteger.h"
#include <math.h>
#define NEWTON_ITERATIONS 4

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

@ -6,7 +6,7 @@
#ifndef NS_SMILTYPES_H_
#define NS_SMILTYPES_H_
#include "prtypes.h"
#include "mozilla/StandardInteger.h"
// A timestamp in milliseconds
//

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

@ -40,6 +40,7 @@
#include "npfunctions.h"
#include "npruntime.h"
#include "prtypes.h"
#include "mozilla/StandardInteger.h"
#include <string>
#include <sstream>

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

@ -4,6 +4,7 @@
#ifdef MOZ_QCMS
#include "prtypes.h"
#include "mozilla/StandardInteger.h"
/* prtypes.h defines IS_LITTLE_ENDIAN and IS_BIG ENDIAN */

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

@ -6,6 +6,7 @@
#define GFX_CHROMIUMTYPES_H
#include "prtypes.h"
#include "mozilla/StandardInteger.h"
typedef uint8_t uint8;
typedef int8_t int8;

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

@ -6,6 +6,7 @@
#define ubase_h__
#include "prtypes.h"
#include "mozilla/StandardInteger.h"
#define PRIVATE
#define MODULE_PRIVATE

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

@ -3,6 +3,7 @@
* You can obtain one at http://mozilla.org/MPL/2.0/. */
#include "prtypes.h"
#include "mozilla/StandardInteger.h"
namespace mozilla {
namespace unicode {

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

@ -5,7 +5,7 @@
#ifndef NSFRAMEITERATOR_H
#define NSFRAMEITERATOR_H
#include "prtypes.h"
#include "mozilla/StandardInteger.h"
class nsPresContext;
class nsIFrame;

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

@ -12,6 +12,7 @@
*/
#include "prtypes.h"
#include "mozilla/StandardInteger.h"
/*
* Define BITS_IN_JSAMPLE as either

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

@ -14,6 +14,7 @@
#include "hasht.h"
#include "cert.h"
#include "key.h"
#include "mozilla/StandardInteger.h"
typedef struct {
enum {

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

@ -9,6 +9,7 @@
/* We use NSPR here just to import the definition of uint32_t */
#include "prtypes.h"
#include "mozilla/StandardInteger.h"
#ifdef __cplusplus
extern "C" {

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

@ -9,6 +9,7 @@
#include "prtypes.h"
#include "limits.h"
#include "mozilla/StandardInteger.h"
/* Code in this module requires a guarantee that the size
of uint32_t and uint64_t are 4 and 8 bytes respectively. */

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

@ -47,7 +47,7 @@
extern "C" {
#endif /* __cplusplus */
#include "prtypes.h"
#include "mozilla/StandardInteger.h"
/*
* libidnkit result code.

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

@ -36,7 +36,7 @@
#ifndef UTIL_SNAPPY_OPENSOURCE_SNAPPY_STUBS_PUBLIC_H_
#define UTIL_SNAPPY_OPENSOURCE_SNAPPY_STUBS_PUBLIC_H_
#include "prtypes.h"
#include "mozilla/StandardInteger.h"
#define SNAPPY_MAJOR 1
#define SNAPPY_MINOR 0

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

@ -10,7 +10,7 @@
extern "C" {
#endif
#include "prtypes.h"
#include "mozilla/StandardInteger.h"
/**
* md4sum - computes the MD4 sum over the input buffer per RFC 1320

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

@ -32,8 +32,7 @@
#ifndef bspatch_h__
#define bspatch_h__
// We use the NSPR types, but we don't link with NSPR
#include "prtypes.h"
#include "mozilla/StandardInteger.h"
#include <stdio.h>
typedef struct MBSPatchHeader_ {

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

@ -6,6 +6,8 @@
#ifndef nsEvent_h__
#define nsEvent_h__
#include "mozilla/StandardInteger.h"
/*
* This is in a separate header file because it needs to be included
* in many places where including nsGUIEvent.h would bring in many

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

@ -12,6 +12,7 @@
#include "prtypes.h"
#include <stdlib.h>
#include "mozilla/StandardInteger.h"
/*

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

@ -12,6 +12,7 @@
#define __xpt_struct_h__
#include "xpt_arena.h"
#include "mozilla/StandardInteger.h"
PR_BEGIN_EXTERN_C