Getting rid of unnecessary dependencies on OJI and appshell. r=thayes, sr=tor.

This commit is contained in:
bryner%uiuc.edu 2001-05-16 08:06:43 +00:00
parent d4907d92d8
commit 03f5034f85

View File

@ -40,7 +40,7 @@
#include "nsIXPConnect.h"
#include "nsIEventQueueService.h"
#include "nsIEventQueue.h"
#include "nsIThreadManager.h"
#include "nsIRunnable.h"
#include "nsIWindowWatcher.h"
#include "nsIPrompt.h"
#include "nsIFilePicker.h"
@ -48,7 +48,6 @@
#include "nsScriptSecurityManager.h"
#include "nsIPrincipal.h"
#include "nsXPIDLString.h"
#include "nsAppShellCIDs.h"
#include "jsapi.h"
#include "jsdbgapi.h"
#include "jscntxt.h"