mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 928712 = Remove the rest of the unneeded prtypes.h inclusions; rs=bsmedberg
This commit is contained in:
parent
9e04440e70
commit
a63b803a55
@ -15,7 +15,6 @@
|
||||
#ifdef JS_THREADSAFE
|
||||
# include "prcvar.h"
|
||||
# include "prlock.h"
|
||||
# include "prtypes.h"
|
||||
#endif
|
||||
|
||||
#include "js/Vector.h"
|
||||
|
@ -8,7 +8,6 @@
|
||||
|
||||
#include "CSFLog.h"
|
||||
#include "base/basictypes.h"
|
||||
#include "prtypes.h"
|
||||
|
||||
#include <map>
|
||||
#include "cpr_threads.h"
|
||||
|
@ -5,7 +5,6 @@
|
||||
#include "cpr_types.h"
|
||||
#include "cpr_stdlib.h"
|
||||
#include "thread_monitor.h"
|
||||
#include "prtypes.h"
|
||||
#include "mozilla/Assertions.h"
|
||||
|
||||
/*
|
||||
|
@ -10,7 +10,6 @@
|
||||
#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 */
|
||||
|
@ -6,7 +6,6 @@
|
||||
#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>
|
||||
|
@ -8,7 +8,6 @@
|
||||
#include "cpr_stdlib.h"
|
||||
#include "cpr_debug.h"
|
||||
#include "cpr_memory.h"
|
||||
#include "prtypes.h"
|
||||
#include "mozilla/Assertions.h"
|
||||
|
||||
#ifndef WIN32_LEAN_AND_MEAN
|
||||
|
@ -11,7 +11,6 @@
|
||||
#include "prio.h"
|
||||
#include "plstr.h"
|
||||
#include "prlog.h"
|
||||
#include "prtypes.h"
|
||||
#include "prinrval.h"
|
||||
|
||||
#include "mozilla/Mutex.h"
|
||||
|
@ -5,7 +5,6 @@
|
||||
#ifndef prefread_h__
|
||||
#define prefread_h__
|
||||
|
||||
#include "prtypes.h"
|
||||
#include "prefapi.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
@ -22,7 +22,6 @@ 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"
|
||||
|
@ -8,7 +8,6 @@
|
||||
// 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"
|
||||
|
@ -7,8 +7,6 @@
|
||||
#ifndef trace_malloc_nsTypeInfo_h_
|
||||
#define trace_malloc_nsTypeInfo_h_
|
||||
|
||||
#include "prtypes.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
@ -7,7 +7,6 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "prtypes.h"
|
||||
#include "prinrval.h"
|
||||
#include "prlock.h"
|
||||
#include "nscore.h"
|
||||
|
Loading…
Reference in New Issue
Block a user