diff options
author | Matteo Casalin <matteo.casalin@gmx.com> | 2012-12-25 15:18:26 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-01-07 13:14:57 +0000 |
commit | a4c7ded1fd2a879e66760a8fc3846af538da4b9d (patch) | |
tree | 128cbfa620ba4de837f78d7f831951a73c1f7b25 /idl | |
parent | 07969f6effe89b8cdc65764135337054751f280e (diff) |
Cleanup: #include <tools/gen.hxx>
Change-Id: Ic547b4a59102afc8bdbc85ec95ac312e32ef2530
Reviewed-on: https://gerrit.libreoffice.org/1484
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'idl')
-rw-r--r-- | idl/inc/bastype.hxx | 2 | ||||
-rw-r--r-- | idl/inc/lex.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/idl/inc/bastype.hxx b/idl/inc/bastype.hxx index 787c3ca758a0..b3efec4a0115 100644 --- a/idl/inc/bastype.hxx +++ b/idl/inc/bastype.hxx @@ -21,8 +21,8 @@ #define _BASTYPE_HXX +#include <sal/types.h> #include <tools/globname.hxx> -#include <tools/gen.hxx> #include <tools/stream.hxx> #include <tools/string.hxx> diff --git a/idl/inc/lex.hxx b/idl/inc/lex.hxx index c05843e504c6..37d75e0d0d1d 100644 --- a/idl/inc/lex.hxx +++ b/idl/inc/lex.hxx @@ -22,8 +22,8 @@ #include <boost/ptr_container/ptr_vector.hpp> +#include <sal/types.h> #include <hash.hxx> -#include <tools/gen.hxx> #include <tools/stream.hxx> enum SVTOKEN_ENUM { SVTOKEN_EMPTY, SVTOKEN_COMMENT, |