From 3544267440828d520bb5ec2c1ff0e93bef5a6b49 Mon Sep 17 00:00:00 2001 From: "bzbarsky%mit.edu" Date: Sat, 4 Nov 2006 02:00:31 +0000 Subject: [PATCH] Remove now-useless include. Bug 359224 followup, r+sr=sicking --- xpcom/glue/nsTArray.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/xpcom/glue/nsTArray.cpp b/xpcom/glue/nsTArray.cpp index 82b607f54c8..75ae49b7ad4 100644 --- a/xpcom/glue/nsTArray.cpp +++ b/xpcom/glue/nsTArray.cpp @@ -37,7 +37,6 @@ * ***** END LICENSE BLOCK ***** */ #include -#include "nsTraceRefcnt.h" #include "nsTArray.h" #include "nsXPCOM.h" #include "nsDebug.h"