From 30d3637516e9d22d237fb0bd4d71e12eebb16615 Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Wed, 4 Jul 2012 19:18:15 +0900 Subject: removed unnecessary forward declarations of class Change-Id: I0d6aad17c471b6edd584c668dc7ff054090c185c --- basic/source/inc/codegen.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'basic/source/inc/codegen.hxx') diff --git a/basic/source/inc/codegen.hxx b/basic/source/inc/codegen.hxx index ced319c4ce22..06e8771de6b3 100644 --- a/basic/source/inc/codegen.hxx +++ b/basic/source/inc/codegen.hxx @@ -29,7 +29,6 @@ #ifndef _CODEGEN_HXX #define _CODEGEN_HXX -class SbiImage; class SbiParser; class SbModule; #include "opcodes.hxx" -- cgit