diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-07-04 19:18:15 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-07-04 19:18:57 +0900 |
commit | 30d3637516e9d22d237fb0bd4d71e12eebb16615 (patch) | |
tree | c997ae126d56db340a6b49d470ebc8c5f6adb102 /basic/source/inc/codegen.hxx | |
parent | ce19822db8205025e2c38e1cbe87dcbe52340598 (diff) |
removed unnecessary forward declarations of class
Change-Id: I0d6aad17c471b6edd584c668dc7ff054090c185c
Diffstat (limited to 'basic/source/inc/codegen.hxx')
-rw-r--r-- | basic/source/inc/codegen.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
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" |