summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@suse.com>2011-11-23 21:32:01 -0500
committerKohei Yoshida <kohei.yoshida@suse.com>2011-11-23 21:32:39 -0500
commitc4a3e29626126658cfb9e8755e9f98cfc4500abd (patch)
tree62e43375d404ead20f6e04e0642608e95d7bda60 /sc/inc
parent71fc346874fb5482a355a9beed691187cea86a1f (diff)
Reducing header dependency on markdata.hxx.
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/scmod.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/scmod.hxx b/sc/inc/scmod.hxx
index e90936b67e3e..5a51b088be9f 100644
--- a/sc/inc/scmod.hxx
+++ b/sc/inc/scmod.hxx
@@ -34,7 +34,6 @@
#include <vcl/timer.hxx>
#include <svl/lstner.hxx>
#include "global.hxx" // ScInputMode
-#include "markdata.hxx" // ScMarkData
#include "shellids.hxx"
#include <unotools/options.hxx>
#include <tools/shl.hxx>
@@ -79,6 +78,7 @@ class ScTransferObj;
class ScDrawTransferObj;
class ScSelectionTransferObj;
class ScFormEditData;
+class ScMarkData;
struct ScDragData;
struct ScClipData;