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/salmenu.hxx | |
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/salmenu.hxx')
-rw-r--r-- | vcl/inc/salmenu.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/salmenu.hxx b/vcl/inc/salmenu.hxx index 1d14a7efadd1..4fb94d85b824 100644 --- a/vcl/inc/salmenu.hxx +++ b/vcl/inc/salmenu.hxx @@ -29,7 +29,7 @@ #ifndef _SV_SALMENU_HXX #define _SV_SALMENU_HXX -#include <vcl/sv.h> +#include <tools/solar.h> #include "vcl/dllapi.h" #include <vcl/menu.hxx> #include <vcl/keycod.hxx> |