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/source/simpledbt | |
parent | d95804fc8b2b7fa55c7c0ca17caa1a6382e2e760 (diff) |
remove include of pch header in connectivity
Diffstat (limited to 'connectivity/source/simpledbt')
-rw-r--r-- | connectivity/source/simpledbt/charset_s.cxx | 2 | ||||
-rw-r--r-- | connectivity/source/simpledbt/dbtfactory.cxx | 2 | ||||
-rw-r--r-- | connectivity/source/simpledbt/parsenode_s.cxx | 2 | ||||
-rw-r--r-- | connectivity/source/simpledbt/parser_s.cxx | 2 | ||||
-rw-r--r-- | connectivity/source/simpledbt/refbase.cxx | 2 | ||||
-rw-r--r-- | connectivity/source/simpledbt/staticdbtools_s.cxx | 2 |
6 files changed, 0 insertions, 12 deletions
diff --git a/connectivity/source/simpledbt/charset_s.cxx b/connectivity/source/simpledbt/charset_s.cxx index 7cd445072cae..d1cf1d35df1a 100644 --- a/connectivity/source/simpledbt/charset_s.cxx +++ b/connectivity/source/simpledbt/charset_s.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_connectivity.hxx" #include "charset_s.hxx" //........................................................................ diff --git a/connectivity/source/simpledbt/dbtfactory.cxx b/connectivity/source/simpledbt/dbtfactory.cxx index 89f457c6f302..21c1754b6742 100644 --- a/connectivity/source/simpledbt/dbtfactory.cxx +++ b/connectivity/source/simpledbt/dbtfactory.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_connectivity.hxx" #include <connectivity/virtualdbtools.hxx> #include <connectivity/formattedcolumnvalue.hxx> diff --git a/connectivity/source/simpledbt/parsenode_s.cxx b/connectivity/source/simpledbt/parsenode_s.cxx index 78e01e5e3cd4..16e728daee98 100644 --- a/connectivity/source/simpledbt/parsenode_s.cxx +++ b/connectivity/source/simpledbt/parsenode_s.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_connectivity.hxx" #include <connectivity/virtualdbtools.hxx> #include "parsenode_s.hxx" #include <connectivity/sqlnode.hxx> diff --git a/connectivity/source/simpledbt/parser_s.cxx b/connectivity/source/simpledbt/parser_s.cxx index 498976a19f6d..8d673f9129e1 100644 --- a/connectivity/source/simpledbt/parser_s.cxx +++ b/connectivity/source/simpledbt/parser_s.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_connectivity.hxx" #include <connectivity/virtualdbtools.hxx> #include "parser_s.hxx" #include "parsenode_s.hxx" diff --git a/connectivity/source/simpledbt/refbase.cxx b/connectivity/source/simpledbt/refbase.cxx index d4788bbe6a3e..540082ff4ec8 100644 --- a/connectivity/source/simpledbt/refbase.cxx +++ b/connectivity/source/simpledbt/refbase.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_connectivity.hxx" #include "refbase.hxx" //........................................................................ diff --git a/connectivity/source/simpledbt/staticdbtools_s.cxx b/connectivity/source/simpledbt/staticdbtools_s.cxx index e6575e8d7560..960e0a4a231e 100644 --- a/connectivity/source/simpledbt/staticdbtools_s.cxx +++ b/connectivity/source/simpledbt/staticdbtools_s.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_connectivity.hxx" #include <connectivity/virtualdbtools.hxx> #include "staticdbtools_s.hxx" #include "connectivity/dbconversion.hxx" |