diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-05-17 10:49:07 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-05-17 14:57:02 +0000 |
commit | 6e62d72b939a09e7e0b77e264e94785ab5bd3741 (patch) | |
tree | 8a8e752c82985e1c10f0137c6820778608fae3c5 /connectivity/inc | |
parent | d49242026ed9e342871b437998a40a253e4f26c8 (diff) |
Remove include stdio (part1)
Change-Id: I364aedbd8870c2bbd3440f144143c503dd7ff2c1
Reviewed-on: https://gerrit.libreoffice.org/15767
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'connectivity/inc')
-rw-r--r-- | connectivity/inc/pch/precompiled_dbase.hxx | 1 | ||||
-rw-r--r-- | connectivity/inc/pch/precompiled_dbpool2.hxx | 1 | ||||
-rw-r--r-- | connectivity/inc/pch/precompiled_dbtools.hxx | 1 | ||||
-rw-r--r-- | connectivity/inc/pch/precompiled_file.hxx | 1 | ||||
-rw-r--r-- | connectivity/inc/pch/precompiled_flat.hxx | 1 | ||||
-rw-r--r-- | connectivity/inc/pch/precompiled_odbc.hxx | 1 | ||||
-rw-r--r-- | connectivity/inc/pch/precompiled_postgresql-sdbc-impl.hxx | 1 |
7 files changed, 0 insertions, 7 deletions
diff --git a/connectivity/inc/pch/precompiled_dbase.hxx b/connectivity/inc/pch/precompiled_dbase.hxx index b5636bd88000..4c40a5219e6c 100644 --- a/connectivity/inc/pch/precompiled_dbase.hxx +++ b/connectivity/inc/pch/precompiled_dbase.hxx @@ -50,7 +50,6 @@ #include <rtl/math.hxx> #include <rtl/strbuf.hxx> #include <sal/config.h> -#include <stdio.h> #include <svl/converter.hxx> #include <svl/zforlist.hxx> #include <tools/config.hxx> diff --git a/connectivity/inc/pch/precompiled_dbpool2.hxx b/connectivity/inc/pch/precompiled_dbpool2.hxx index 26d4bdde82c0..8c8d7a09fc99 100644 --- a/connectivity/inc/pch/precompiled_dbpool2.hxx +++ b/connectivity/inc/pch/precompiled_dbpool2.hxx @@ -41,6 +41,5 @@ #include <cppuhelper/supportsservice.hxx> #include <cppuhelper/typeprovider.hxx> #include <osl/diagnose.h> -#include <stdio.h> /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/inc/pch/precompiled_dbtools.hxx b/connectivity/inc/pch/precompiled_dbtools.hxx index 99c4bd54f17e..b6f089582fdf 100644 --- a/connectivity/inc/pch/precompiled_dbtools.hxx +++ b/connectivity/inc/pch/precompiled_dbtools.hxx @@ -162,7 +162,6 @@ #include <sqlbison.hxx> #include <sstream> #include <stack> -#include <stdio.h> #include <string.h> #include <svtools/miscopt.hxx> #include <tools/diagnose_ex.h> diff --git a/connectivity/inc/pch/precompiled_file.hxx b/connectivity/inc/pch/precompiled_file.hxx index 1a35d7d64ee5..d483a14a86d0 100644 --- a/connectivity/inc/pch/precompiled_file.hxx +++ b/connectivity/inc/pch/precompiled_file.hxx @@ -60,7 +60,6 @@ #include <rtl/math.hxx> #include <rtl/ustrbuf.hxx> #include <sal/config.h> -#include <stdio.h> #include <tools/date.hxx> #include <tools/datetime.hxx> #include <tools/debug.hxx> diff --git a/connectivity/inc/pch/precompiled_flat.hxx b/connectivity/inc/pch/precompiled_flat.hxx index f9ac31afa248..6446286e82f2 100644 --- a/connectivity/inc/pch/precompiled_flat.hxx +++ b/connectivity/inc/pch/precompiled_flat.hxx @@ -46,7 +46,6 @@ #include <i18nlangtag/languagetag.hxx> #include <osl/thread.h> #include <rtl/math.hxx> -#include <stdio.h> #include <svl/converter.hxx> #include <svl/zforlist.hxx> #include <unotools/configmgr.hxx> diff --git a/connectivity/inc/pch/precompiled_odbc.hxx b/connectivity/inc/pch/precompiled_odbc.hxx index 218805b1e451..3881b9d40f54 100644 --- a/connectivity/inc/pch/precompiled_odbc.hxx +++ b/connectivity/inc/pch/precompiled_odbc.hxx @@ -14,7 +14,6 @@ also fixes all possible problems, so it's usually better to use it). */ -#include "stdio.h" #include <algorithm> #include <boost/scoped_ptr.hpp> #include <boost/type_traits/is_same.hpp> diff --git a/connectivity/inc/pch/precompiled_postgresql-sdbc-impl.hxx b/connectivity/inc/pch/precompiled_postgresql-sdbc-impl.hxx index 9a19a91a7bc6..dc391dd15399 100644 --- a/connectivity/inc/pch/precompiled_postgresql-sdbc-impl.hxx +++ b/connectivity/inc/pch/precompiled_postgresql-sdbc-impl.hxx @@ -58,7 +58,6 @@ #include <rtl/strbuf.hxx> #include <rtl/ustrbuf.hxx> #include <rtl/uuid.h> -#include <stdio.h> #include <string.h> #include <time.h> #include <vector> |