From af2c8ed50341bcd72768caac1dc1aa9e646b5618 Mon Sep 17 00:00:00 2001 From: "dp%netscape.com" Date: Wed, 8 Dec 1999 01:59:32 +0000 Subject: [PATCH] Removing usage of nsComponentManager.h r=selmer git-svn-id: svn://10.0.0.236/trunk@55678 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpcom/threads/makefile.win | 1 - mozilla/xpcom/threads/nsEventQueueService.cpp | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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"