diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2012-06-10 19:26:30 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2012-06-10 19:29:06 +0300 |
commit | 1e26c563731b239590da1b2f479f7a924be6eccf (patch) | |
tree | 52a292741393b70569d246bcfa8dacac2a5c1506 /vcl/inc/window.h | |
parent | 2432083b50ea7481247c303187bb3922714f93d5 (diff) |
Bin pointless <vcl/sv.h> header
It only included <tools/solar.h>, so include that directly instead.
Change-Id: Ic5db474c16ca33dcdcaabb5b5f00535b4b27dc8f
Diffstat (limited to 'vcl/inc/window.h')
-rw-r--r-- | vcl/inc/window.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/window.h b/vcl/inc/window.h index 106fe9644072..fc61f53ad62b 100644 --- a/vcl/inc/window.h +++ b/vcl/inc/window.h @@ -30,7 +30,7 @@ #define _SV_WINDOW_H #include <vector> -#include <vcl/sv.h> +#include <tools/solar.h> #include <vcl/outdev.hxx> #include <vcl/timer.hxx> #ifndef _SV_INPUTCTX_HXX |