diff --git a/mozilla/xpcom/threads/makefile.win b/mozilla/xpcom/threads/makefile.win index cea171cbf52..34f4b4df4d3 100644 --- a/mozilla/xpcom/threads/makefile.win +++ b/mozilla/xpcom/threads/makefile.win @@ -49,7 +49,6 @@ LIBRARY_NAME=xpcomthreads_s LINCS = \ -I$(PUBLIC)\xpcom \ - -I..\components \ $(NULL) LCFLAGS = -D_IMPL_NS_COM -D_IMPL_NS_BASE -DWIN32_LEAN_AND_MEAN diff --git a/mozilla/xpcom/threads/nsEventQueueService.cpp b/mozilla/xpcom/threads/nsEventQueueService.cpp index a3e83f8814a..3b67a506ac0 100644 --- a/mozilla/xpcom/threads/nsEventQueueService.cpp +++ b/mozilla/xpcom/threads/nsEventQueueService.cpp @@ -22,7 +22,7 @@ #include "nsEventQueueService.h" #include "prmon.h" -#include "nsComponentManager.h" +#include "nsIComponentManager.h" #include "nsIEventQueue.h" #include "nsIThread.h" #include "nsPIEventQueueChain.h"