From 51248669a01732690180834998b2a5bccde2f311 Mon Sep 17 00:00:00 2001 From: "dp%netscape.com" Date: Fri, 5 May 2000 05:51:43 +0000 Subject: [PATCH] Removed unneccessary include of nsIModule.h --- xpcom/sample/nsSampleModule.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xpcom/sample/nsSampleModule.cpp b/xpcom/sample/nsSampleModule.cpp index b084900b3e2d..cc5cf3ca74ff 100644 --- a/xpcom/sample/nsSampleModule.cpp +++ b/xpcom/sample/nsSampleModule.cpp @@ -18,8 +18,8 @@ * Rights Reserved. * * Contributor(s): + * Suresh Duddu */ -#include "nsIModule.h" #include "nsIGenericFactory.h" #include "nsSample.h"