diff options
author | Lubos Lunak <l.lunak@suse.cz> | 2012-12-26 17:33:02 +0100 |
---|---|---|
committer | Lubos Lunak <l.lunak@suse.cz> | 2012-12-26 18:43:27 +0100 |
commit | 47b17ca76bd6d0753131a5cb5760213649b3b7fa (patch) | |
tree | d043008e95e3b76f348fac0532213ab2d4cc2d95 /svtools | |
parent | 32bd430f4d636b564a4cf796148705fd6ef72304 (diff) |
ignore #include inside #if
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/inc/pch/precompiled_svt.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/svtools/inc/pch/precompiled_svt.hxx b/svtools/inc/pch/precompiled_svt.hxx index fa5565c8ca6f..5fd85ce1589c 100644 --- a/svtools/inc/pch/precompiled_svt.hxx +++ b/svtools/inc/pch/precompiled_svt.hxx @@ -7,7 +7,6 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include "stdio.h" #include "com/sun/star/beans/XPropertySet.hpp" #include "com/sun/star/document/XDocumentProperties.hpp" #include "com/sun/star/script/Converter.hpp" @@ -27,6 +26,7 @@ #include "rtl/ustring.hxx" #include "sal/config.h" #include "sal/types.h" +#include "stdio.h" #include "svl/filenotation.hxx" #include "svl/inettype.hxx" #include "svl/urihelper.hxx" @@ -324,7 +324,6 @@ #include <osl/module.hxx> #include <osl/mutex.hxx> #include <osl/security.hxx> -#include <pwd.h> #include <rtl/bootstrap.hxx> #include <rtl/crc.h> #include <rtl/instance.hxx> @@ -370,7 +369,6 @@ #include <svl/urlfilter.hxx> #include <svl/zforlist.hxx> #include <svl/zformat.hxx> -#include <sys/types.h> #include <toolkit/awt/vclxaccessiblecomponent.hxx> #include <toolkit/awt/vclxmenu.hxx> #include <toolkit/awt/vclxwindow.hxx> |