diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-01-27 14:20:26 +1100 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-01-27 14:29:41 +1100 |
commit | 10899052a356893e3b43e31e4cb9d192113b1001 (patch) | |
tree | f5822b3af4cc98ef6814d8cc940fc4eb64d52ea4 /vcl/inc/salobj.hxx | |
parent | b6f50702797ae98835cae3ed09156c6a78ff8992 (diff) |
vcl: remove unnecessary included headers in salobj.hxx
Change-Id: I7a38f9af578b5582f6d315e4add226ce667b43f9
Diffstat (limited to 'vcl/inc/salobj.hxx')
-rw-r--r-- | vcl/inc/salobj.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/vcl/inc/salobj.hxx b/vcl/inc/salobj.hxx index 2a268a2fcf17..723b9053b54b 100644 --- a/vcl/inc/salobj.hxx +++ b/vcl/inc/salobj.hxx @@ -20,10 +20,9 @@ #ifndef INCLUDED_VCL_INC_SALOBJ_HXX #define INCLUDED_VCL_INC_SALOBJ_HXX -#include <tools/solar.h> #include <vcl/dllapi.h> -#include <vcl/salgtype.hxx> -#include <salwtype.hxx> + +#include "salwtype.hxx" struct SystemEnvData; |