Skip to content

Commit

Permalink
Bug 579517 - Part 5: Add missing StandardInteger.h #includes where ne…
Browse files Browse the repository at this point in the history
…eded; r=bsmedberg

Landing on a CLOSED TREE
  • Loading branch information
ehsan committed Aug 8, 2012
1 parent 9191812 commit ade715d
Show file tree
Hide file tree
Showing 23 changed files with 24 additions and 12 deletions.
2 changes: 1 addition & 1 deletion accessible/src/base/ARIAStateMap.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down
2 changes: 1 addition & 1 deletion accessible/src/base/States.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#ifndef _states_h_
#define _states_h_

#include <prtypes.h>
#include "mozilla/StandardInteger.h"

namespace mozilla {
namespace a11y {
Expand Down
2 changes: 1 addition & 1 deletion accessible/src/msaa/Compatibility.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#ifndef COMPATIBILITY_MANAGER_H
#define COMPATIBILITY_MANAGER_H

#include "prtypes.h"
#include "mozilla/StandardInteger.h"

class nsAccessNodeWrap;

Expand Down
2 changes: 1 addition & 1 deletion content/base/src/nsAtomListUtils.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#ifndef nsAtomListUtils_h__
#define nsAtomListUtils_h__

#include "prtypes.h"
#include "mozilla/StandardInteger.h"

class nsIAtom;
struct nsStaticAtom;
Expand Down
2 changes: 1 addition & 1 deletion content/smil/nsSMILKeySpline.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion content/smil/nsSMILTypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#ifndef NS_SMILTYPES_H_
#define NS_SMILTYPES_H_

#include "prtypes.h"
#include "mozilla/StandardInteger.h"

// A timestamp in milliseconds
//
Expand Down
1 change: 1 addition & 0 deletions dom/plugins/test/testplugin/nptest.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
#include "npfunctions.h"
#include "npruntime.h"
#include "prtypes.h"
#include "mozilla/StandardInteger.h"
#include <string>
#include <sstream>

Expand Down
1 change: 1 addition & 0 deletions gfx/qcms/qcmstypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#ifdef MOZ_QCMS

#include "prtypes.h"
#include "mozilla/StandardInteger.h"

/* prtypes.h defines IS_LITTLE_ENDIAN and IS_BIG ENDIAN */

Expand Down
1 change: 1 addition & 0 deletions gfx/ycbcr/chromium_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#define GFX_CHROMIUMTYPES_H

#include "prtypes.h"
#include "mozilla/StandardInteger.h"

typedef uint8_t uint8;
typedef int8_t int8;
Expand Down
1 change: 1 addition & 0 deletions intl/uconv/util/ubase.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#define ubase_h__

#include "prtypes.h"
#include "mozilla/StandardInteger.h"

#define PRIVATE
#define MODULE_PRIVATE
Expand Down
1 change: 1 addition & 0 deletions intl/unicharutil/util/nsSpecialCasingData.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion layout/base/nsFrameIterator.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#ifndef NSFRAMEITERATOR_H
#define NSFRAMEITERATOR_H

#include "prtypes.h"
#include "mozilla/StandardInteger.h"

class nsPresContext;
class nsIFrame;
Expand Down
1 change: 1 addition & 0 deletions media/libjpeg/jmorecfg.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
*/

#include "prtypes.h"
#include "mozilla/StandardInteger.h"

/*
* Define BITS_IN_JSAMPLE as either
Expand Down
1 change: 1 addition & 0 deletions modules/libmar/sign/nss_secutil.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#include "hasht.h"
#include "cert.h"
#include "key.h"
#include "mozilla/StandardInteger.h"

typedef struct {
enum {
Expand Down
1 change: 1 addition & 0 deletions modules/libmar/src/mar.h
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down
1 change: 1 addition & 0 deletions modules/libmar/src/mar_private.h
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand Down
2 changes: 1 addition & 1 deletion netwerk/dns/nsIDNKitInterface.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
extern "C" {
#endif /* __cplusplus */

#include "prtypes.h"
#include "mozilla/StandardInteger.h"

/*
* libidnkit result code.
Expand Down
2 changes: 1 addition & 1 deletion other-licenses/snappy/snappy-stubs-public.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion security/manager/ssl/src/md4.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions toolkit/mozapps/update/updater/bspatch.h
Original file line number Diff line number Diff line change
Expand Up @@ -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_ {
Expand Down
2 changes: 2 additions & 0 deletions widget/nsEvent.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions xpcom/typelib/xpt/public/xpt_arena.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

#include "prtypes.h"
#include <stdlib.h>
#include "mozilla/StandardInteger.h"


/*
Expand Down
1 change: 1 addition & 0 deletions xpcom/typelib/xpt/public/xpt_struct.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#define __xpt_struct_h__

#include "xpt_arena.h"
#include "mozilla/StandardInteger.h"

PR_BEGIN_EXTERN_C

Expand Down

0 comments on commit ade715d

Please sign in to comment.