diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-11-27 13:02:11 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-11-27 13:02:11 -0600 |
commit | 3c4317752862f69deb5b327c430c50724dc478fc (patch) | |
tree | ed5ee62d3d929ae792fdcbdf7a5b9ead42362d9c /connectivity/workben | |
parent | d95804fc8b2b7fa55c7c0ca17caa1a6382e2e760 (diff) |
remove include of pch header in connectivity
Diffstat (limited to 'connectivity/workben')
-rw-r--r-- | connectivity/workben/iniParser/main.cxx | 2 | ||||
-rw-r--r-- | connectivity/workben/little/main.cxx | 2 | ||||
-rw-r--r-- | connectivity/workben/testmoz/initUNO.cxx | 2 | ||||
-rw-r--r-- | connectivity/workben/testmoz/main.cxx | 2 | ||||
-rw-r--r-- | connectivity/workben/testmoz/mozthread.cxx | 2 |
5 files changed, 0 insertions, 10 deletions
diff --git a/connectivity/workben/iniParser/main.cxx b/connectivity/workben/iniParser/main.cxx index 692acde215a0..051595999753 100644 --- a/connectivity/workben/iniParser/main.cxx +++ b/connectivity/workben/iniParser/main.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_connectivity.hxx" #include <rtl/ustring.hxx> #include <stdio.h> #include <com/sun/star/io/IOException.hpp> diff --git a/connectivity/workben/little/main.cxx b/connectivity/workben/little/main.cxx index 45d4711c56ca..b7092a570161 100644 --- a/connectivity/workben/little/main.cxx +++ b/connectivity/workben/little/main.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_connectivity.hxx" #include <connectivity/sqlparse.hxx> #include "connectivity/sqliterator.hxx" #include <com/sun/star/sdbcx/XTablesSupplier.hpp> diff --git a/connectivity/workben/testmoz/initUNO.cxx b/connectivity/workben/testmoz/initUNO.cxx index 952ac372626f..daee8179d84b 100644 --- a/connectivity/workben/testmoz/initUNO.cxx +++ b/connectivity/workben/testmoz/initUNO.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_connectivity.hxx" #include "rtl/bootstrap.hxx" #include "cppuhelper/bootstrap.hxx" diff --git a/connectivity/workben/testmoz/main.cxx b/connectivity/workben/testmoz/main.cxx index f7de26e400f6..45d7e2c6a7bd 100644 --- a/connectivity/workben/testmoz/main.cxx +++ b/connectivity/workben/testmoz/main.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_connectivity.hxx" #include <connectivity/sqlparse.hxx> #include "connectivity/sqliterator.hxx" #include <com/sun/star/sdbcx/XTablesSupplier.hpp> diff --git a/connectivity/workben/testmoz/mozthread.cxx b/connectivity/workben/testmoz/mozthread.cxx index 89d51f7fa731..9ff10f66682d 100644 --- a/connectivity/workben/testmoz/mozthread.cxx +++ b/connectivity/workben/testmoz/mozthread.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_connectivity.hxx" #include <connectivity/sqlparse.hxx> #include "connectivity/sqliterator.hxx" #include <com/sun/star/sdbcx/XTablesSupplier.hpp> |