diff options
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/window/dockwin.cxx | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/vcl/source/window/dockwin.cxx b/vcl/source/window/dockwin.cxx index 1c2490f93139..86f0a9593908 100644 --- a/vcl/source/window/dockwin.cxx +++ b/vcl/source/window/dockwin.cxx @@ -2,9 +2,9 @@ * * $RCSfile: dockwin.cxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: rt $ $Date: 2003-12-01 13:38:10 $ + * last change: $Author: vg $ $Date: 2004-01-06 14:11:10 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -59,10 +59,11 @@ * ************************************************************************/ -#define _SV_DOCKWIN_CXX - +#ifndef _SV_SVSYS_HXX +#include <svsys.h> +#endif #ifndef _SV_RC_H -#include <rc.h> +#include <tools/rc.h> #endif #ifndef _SV_EVENT_HXX #include <event.hxx> @@ -82,9 +83,6 @@ #ifndef _SV_SVDATA_HXX #include <svdata.hxx> #endif -#ifndef _SV_SVSYS_HXX -#include <svsys.h> -#endif #ifndef _SV_TIMER_HXX #include <timer.hxx> #endif |