Backed out changeset 0ddbf9b3b20c (bug 928712) because of build bustage

This commit is contained in:
Ehsan Akhgari 2013-10-20 09:42:51 -04:00
parent a4c1dfde2f
commit 1b7df9a2ad
12 changed files with 13 additions and 0 deletions

View File

@ -15,6 +15,7 @@
#ifdef JS_THREADSAFE
# include "prcvar.h"
# include "prlock.h"
# include "prtypes.h"
#endif
#include "js/Vector.h"

View File

@ -8,6 +8,7 @@
#include "CSFLog.h"
#include "base/basictypes.h"
#include "prtypes.h"
#include <map>
#include "cpr_threads.h"

View File

@ -5,6 +5,7 @@
#include "cpr_types.h"
#include "cpr_stdlib.h"
#include "thread_monitor.h"
#include "prtypes.h"
#include "mozilla/Assertions.h"
/*

View File

@ -10,6 +10,7 @@
#include <unistd.h>
#include <sys/resource.h>
#include "thread_monitor.h"
#include "prtypes.h"
#include "mozilla/Assertions.h"
#define ANDROID_MIN_THREAD_PRIORITY (-20) /* tbd: check MV linux: current val from Larry port */

View File

@ -6,6 +6,7 @@
#include "cpr_stdlib.h"
#include "cpr_stdio.h"
#include "thread_monitor.h"
#include "prtypes.h"
#include "mozilla/Assertions.h"
#include <pthread.h>
#include <errno.h>

View File

@ -8,6 +8,7 @@
#include "cpr_stdlib.h"
#include "cpr_debug.h"
#include "cpr_memory.h"
#include "prtypes.h"
#include "mozilla/Assertions.h"
#ifndef WIN32_LEAN_AND_MEAN

View File

@ -11,6 +11,7 @@
#include "prio.h"
#include "plstr.h"
#include "prlog.h"
#include "prtypes.h"
#include "prinrval.h"
#include "mozilla/Mutex.h"

View File

@ -5,6 +5,7 @@
#ifndef prefread_h__
#define prefread_h__
#include "prtypes.h"
#include "prefapi.h"
#ifdef __cplusplus

View File

@ -22,6 +22,7 @@ extern int optind;
#include <math.h>
#include <time.h>
#include <sys/stat.h>
#include "prtypes.h"
#include "prlog.h"
#include "prprf.h"
#include "plhash.h"

View File

@ -8,6 +8,7 @@
// This is the .cpp file where the globals live
#define DHW_IMPLEMENT_GLOBALS
#include <stdio.h>
#include "prtypes.h"
#include "prprf.h"
#include "prlog.h"
#include "plstr.h"

View File

@ -7,6 +7,8 @@
#ifndef trace_malloc_nsTypeInfo_h_
#define trace_malloc_nsTypeInfo_h_
#include "prtypes.h"
#ifdef __cplusplus
extern "C" {
#endif

View File

@ -7,6 +7,7 @@
#include <stdio.h>
#include <stdlib.h>
#include "prtypes.h"
#include "prinrval.h"
#include "prlock.h"
#include "nscore.h"