From d221d4e5a7c8bcb019d75786c45de2c85bbadb7f Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Mon, 2 Jul 2012 21:57:55 +0900 Subject: removed unnecessary forward declarations of class this also moved necessary ones to right headers Change-Id: Idda93aeaa1fdfeda602b14e3b233ffd1cf27c0cf --- sot/source/sdstor/stgcache.hxx | 1 - sot/source/sdstor/stgelem.hxx | 2 -- 2 files changed, 3 deletions(-) (limited to 'sot/source') diff --git a/sot/source/sdstor/stgcache.hxx b/sot/source/sdstor/stgcache.hxx index 6ed899d647fe..4e9961fb1c6c 100644 --- a/sot/source/sdstor/stgcache.hxx +++ b/sot/source/sdstor/stgcache.hxx @@ -27,7 +27,6 @@ class UCBStorageStream; -class StgIo; class StgPage; class StgDirEntry; class StorageBase; diff --git a/sot/source/sdstor/stgelem.hxx b/sot/source/sdstor/stgelem.hxx index 3db6858a05c9..1a85e1f61af1 100644 --- a/sot/source/sdstor/stgelem.hxx +++ b/sot/source/sdstor/stgelem.hxx @@ -103,8 +103,6 @@ enum StgEntryTime { // time codes: STG_ACCESSED = 1 // last access }; -class StgStream; - #define STGENTRY_SIZE 128 //StructuredStorageDirectoryEntry -- cgit