Don't include jsapi.h in nsContentUtils.h (bug 628178, r/a=jst).

This commit is contained in:
Andreas Gal 2011-01-24 16:07:13 -08:00
parent 919e07c3e6
commit 3dceda6cb5

View File

@ -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;