Remove #includes of libmocha.h and libevent.h which according to Shaver
don't need to be there. I noticed this problem under Neutrino because these header files also use "uint" which was undefined. b=23041 r=jst@citec.fr
This commit is contained in:
Родитель
8f61da9864
Коммит
52e19d61fc
|
@ -25,7 +25,6 @@
|
|||
#include "nsIJVMPrefsWindow.h"
|
||||
#include "ProxyJNI.h"
|
||||
#include "lcglue.h"
|
||||
#include "libmocha.h"
|
||||
#include "nsCSecurityContext.h"
|
||||
#include "nsISecurityContext.h"
|
||||
|
||||
|
|
|
@ -26,8 +26,6 @@
|
|||
#include "jni.h"
|
||||
#include "jsjava.h"
|
||||
#include "jsdbgapi.h"
|
||||
#include "libmocha.h"
|
||||
#include "libevent.h"
|
||||
#include "nsJVMManager.h"
|
||||
#include "nsIPluginInstancePeer2.h"
|
||||
//#include "npglue.h"
|
||||
|
|
|
@ -32,7 +32,6 @@
|
|||
#include "prtypes.h"
|
||||
#include "jscntxt.h"
|
||||
#include "jsdbgapi.h"
|
||||
#include "libmocha.h"
|
||||
#include "nsCSecurityContext.h"
|
||||
#include "jvmmgr.h"
|
||||
|
||||
|
|
|
@ -38,8 +38,6 @@
|
|||
#include "jni.h"
|
||||
#include "jsjava.h"
|
||||
#include "jsdbgapi.h"
|
||||
#include "libmocha.h"
|
||||
#include "libevent.h"
|
||||
#include "prinrval.h"
|
||||
#include "ProxyJNI.h"
|
||||
#include "prcmon.h"
|
||||
|
|
Загрузка…
Ссылка в новой задаче