From dc8e5b5b978f2ec3b450990780d113b6e885e849 Mon Sep 17 00:00:00 2001 From: Andreas Gal Date: Mon, 24 Jan 2011 16:07:13 -0800 Subject: [PATCH] Don't include jsapi.h in nsContentUtils.h (bug 628178, r/a=jst). --- content/base/public/nsContentUtils.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/content/base/public/nsContentUtils.h b/content/base/public/nsContentUtils.h index a13c30a9da0..ebcc250951c 100644 --- a/content/base/public/nsContentUtils.h +++ b/content/base/public/nsContentUtils.h @@ -71,8 +71,6 @@ #include "nsINode.h" #include "nsHashtable.h" -#include "jsapi.h" - struct nsNativeKeyEvent; // Don't include nsINativeKeyBindings.h here: it will force strange compilation error! class nsIDOMScriptObjectFactory;