diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-07-02 21:57:55 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-07-02 22:07:55 +0900 |
commit | d221d4e5a7c8bcb019d75786c45de2c85bbadb7f (patch) | |
tree | 3a608d53e2916d577dfd0c12addfe7fc0692d3bf /autodoc/source/ary | |
parent | 2b6e9bd89a5f93e4352ef1cd0801310d9558343f (diff) |
removed unnecessary forward declarations of class
this also moved necessary ones to right headers
Change-Id: Idda93aeaa1fdfeda602b14e3b233ffd1cf27c0cf
Diffstat (limited to 'autodoc/source/ary')
-rw-r--r-- | autodoc/source/ary/idl/i2s_calculator.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/autodoc/source/ary/idl/i2s_calculator.hxx b/autodoc/source/ary/idl/i2s_calculator.hxx index 10fe4d13c6b6..dde4df5cb65c 100644 --- a/autodoc/source/ary/idl/i2s_calculator.hxx +++ b/autodoc/source/ary/idl/i2s_calculator.hxx @@ -36,7 +36,6 @@ namespace idl class Ce_Storage; class TypeAdmin; class Type_Storage; - class Module; class ExplicitType; class Function; class Interface; |