From 2f9df692048c3c5702565f0ea6b5da2efb34e434 Mon Sep 17 00:00:00 2001 From: "dbragg%netscape.com" Date: Mon, 22 Jan 2001 22:38:43 +0000 Subject: [PATCH] fix for build bustage. Leftover nsProcessWin.h in my include dir. --- xpcom/build/dlldeps.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xpcom/build/dlldeps.cpp b/xpcom/build/dlldeps.cpp index 7e025842c0ca..5adb554596b2 100644 --- a/xpcom/build/dlldeps.cpp +++ b/xpcom/build/dlldeps.cpp @@ -64,7 +64,7 @@ #include "nsIByteArrayInputStream.h" #include "nsReadableUtils.h" #include "nsStaticNameTable.h" -#include "nsProcessWin.h" +#include "nsProcess.h" #include "nsSlidingString.h" #ifdef DEBUG #include "pure.h"