From d6b722e0fb4def9d7c36b740f20c913e195bf421 Mon Sep 17 00:00:00 2001 From: "Nicholas D. Matsakis" Date: Tue, 19 Feb 2013 09:18:43 -0500 Subject: [PATCH] Bug 842723 - Remove incorrect inlines.h include r=dvander --- js/src/ion/CompileInfo.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/js/src/ion/CompileInfo.h b/js/src/ion/CompileInfo.h index e8ea7c9f7903..06c75ae5954c 100644 --- a/js/src/ion/CompileInfo.h +++ b/js/src/ion/CompileInfo.h @@ -8,8 +8,6 @@ #ifndef jsion_compileinfo_h__ #define jsion_compileinfo_h__ -#include "jsscriptinlines.h" - namespace js { namespace ion {