diff options
author | Kohei Yoshida <kohei.yoshida@suse.com> | 2012-02-09 15:34:14 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@suse.com> | 2012-02-09 15:34:14 -0500 |
commit | 950f94c03a10977c0a5e08455bb49c192c3c6a36 (patch) | |
tree | d5c39c822d16dcfb6c3251c1f844d451a96207d4 /sc/inc/dptabsrc.hxx | |
parent | 81f80beb8c481b247f44a088a456edf07575a785 (diff) |
Include dpglobal.hxx only when necessary.
Diffstat (limited to 'sc/inc/dptabsrc.hxx')
-rw-r--r-- | sc/inc/dptabsrc.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/inc/dptabsrc.hxx b/sc/inc/dptabsrc.hxx index 8a57d70d999a..43869eef4b81 100644 --- a/sc/inc/dptabsrc.hxx +++ b/sc/inc/dptabsrc.hxx @@ -60,7 +60,9 @@ #include <cppuhelper/implbase3.hxx> #include <cppuhelper/implbase5.hxx> #include <cppuhelper/implbase6.hxx> + #include "dptabdat.hxx" +#include "dpglobal.hxx" namespace com { namespace sun { namespace star { namespace sheet { |