diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-06-04 15:29:58 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-06-04 21:18:39 +0200 |
commit | a2db194ea0eee4deb6401f6352144e5be077c140 (patch) | |
tree | e64dee3c822fc3d7970cedebb1708bc9a9554296 /connectivity/source/drivers/dbase | |
parent | 37c827103df9d3fc3a36aa2773bc080931e91830 (diff) |
connectivity: fix includes
Change-Id: I5d5dc6871789865189c78fe9135e7f8bff829489
Diffstat (limited to 'connectivity/source/drivers/dbase')
-rw-r--r-- | connectivity/source/drivers/dbase/DColumns.cxx | 2 | ||||
-rw-r--r-- | connectivity/source/drivers/dbase/DDatabaseMetaData.cxx | 2 | ||||
-rw-r--r-- | connectivity/source/drivers/dbase/DDriver.cxx | 4 | ||||
-rw-r--r-- | connectivity/source/drivers/dbase/DIndex.cxx | 4 | ||||
-rw-r--r-- | connectivity/source/drivers/dbase/DIndexColumns.cxx | 2 | ||||
-rw-r--r-- | connectivity/source/drivers/dbase/DTable.cxx | 8 | ||||
-rw-r--r-- | connectivity/source/drivers/dbase/DTables.cxx | 2 | ||||
-rw-r--r-- | connectivity/source/drivers/dbase/dindexnode.cxx | 2 |
8 files changed, 13 insertions, 13 deletions
diff --git a/connectivity/source/drivers/dbase/DColumns.cxx b/connectivity/source/drivers/dbase/DColumns.cxx index c3b19978ee27..dccd3fb9782c 100644 --- a/connectivity/source/drivers/dbase/DColumns.cxx +++ b/connectivity/source/drivers/dbase/DColumns.cxx @@ -19,7 +19,7 @@ #include "dbase/DColumns.hxx" #include "dbase/DTable.hxx" -#include "connectivity/sdbcx/VColumn.hxx" +#include <connectivity/sdbcx/VColumn.hxx> #include <com/sun/star/lang/IndexOutOfBoundsException.hpp> #include <comphelper/property.hxx> diff --git a/connectivity/source/drivers/dbase/DDatabaseMetaData.cxx b/connectivity/source/drivers/dbase/DDatabaseMetaData.cxx index b3020417d5bb..00f334183cae 100644 --- a/connectivity/source/drivers/dbase/DDatabaseMetaData.cxx +++ b/connectivity/source/drivers/dbase/DDatabaseMetaData.cxx @@ -28,7 +28,7 @@ #include "FDatabaseMetaDataResultSet.hxx" #include <com/sun/star/lang/XUnoTunnel.hpp> #include "dbase/DIndex.hxx" -#include "connectivity/FValue.hxx" +#include <connectivity/FValue.hxx> #include <comphelper/processfactory.hxx> #include <comphelper/types.hxx> #include <ucbhelper/content.hxx> diff --git a/connectivity/source/drivers/dbase/DDriver.cxx b/connectivity/source/drivers/dbase/DDriver.cxx index f045cd4a56de..0a5b3018d96d 100644 --- a/connectivity/source/drivers/dbase/DDriver.cxx +++ b/connectivity/source/drivers/dbase/DDriver.cxx @@ -20,9 +20,9 @@ #include "dbase/DDriver.hxx" #include "dbase/DConnection.hxx" #include <com/sun/star/lang/DisposedException.hpp> -#include "connectivity/dbexception.hxx" +#include <connectivity/dbexception.hxx> #include "resource/dbase_res.hrc" -#include "comphelper/processfactory.hxx" +#include <comphelper/processfactory.hxx> using namespace connectivity::dbase; using namespace connectivity::file; diff --git a/connectivity/source/drivers/dbase/DIndex.cxx b/connectivity/source/drivers/dbase/DIndex.cxx index 05a8088e1652..0ce8ae423255 100644 --- a/connectivity/source/drivers/dbase/DIndex.cxx +++ b/connectivity/source/drivers/dbase/DIndex.cxx @@ -20,12 +20,12 @@ #include "dbase/DIndex.hxx" #include "dbase/DIndexColumns.hxx" #include <com/sun/star/lang/DisposedException.hpp> -#include "connectivity/sdbcx/VColumn.hxx" +#include <connectivity/sdbcx/VColumn.hxx> #include <comphelper/sequence.hxx> #include "dbase/DTable.hxx" #include "dbase/DIndexIter.hxx" #include <tools/config.hxx> -#include "connectivity/CommonTools.hxx" +#include <connectivity/CommonTools.hxx> #include <com/sun/star/sdbc/XResultSetMetaData.hpp> #include <com/sun/star/sdbc/XResultSet.hpp> #include <com/sun/star/sdbcx/XRowLocate.hpp> diff --git a/connectivity/source/drivers/dbase/DIndexColumns.cxx b/connectivity/source/drivers/dbase/DIndexColumns.cxx index a39484a3df6d..eeccd0289693 100644 --- a/connectivity/source/drivers/dbase/DIndexColumns.cxx +++ b/connectivity/source/drivers/dbase/DIndexColumns.cxx @@ -19,7 +19,7 @@ #include "dbase/DIndexColumns.hxx" #include "dbase/DTable.hxx" -#include "connectivity/sdbcx/VIndexColumn.hxx" +#include <connectivity/sdbcx/VIndexColumn.hxx> #include <comphelper/types.hxx> #include <comphelper/property.hxx> #include <connectivity/dbexception.hxx> diff --git a/connectivity/source/drivers/dbase/DTable.cxx b/connectivity/source/drivers/dbase/DTable.cxx index ad6b71a7b48b..937a3a1cb718 100644 --- a/connectivity/source/drivers/dbase/DTable.cxx +++ b/connectivity/source/drivers/dbase/DTable.cxx @@ -45,10 +45,10 @@ #include <unotools/ucbhelper.hxx> #include <comphelper/types.hxx> #include <cppuhelper/exc_hlp.hxx> -#include "connectivity/PColumn.hxx" -#include "connectivity/dbtools.hxx" -#include "connectivity/FValue.hxx" -#include "connectivity/dbconversion.hxx" +#include <connectivity/PColumn.hxx> +#include <connectivity/dbtools.hxx> +#include <connectivity/FValue.hxx> +#include <connectivity/dbconversion.hxx> #include "resource/dbase_res.hrc" #include <rtl/strbuf.hxx> diff --git a/connectivity/source/drivers/dbase/DTables.cxx b/connectivity/source/drivers/dbase/DTables.cxx index c91a9b35fd2b..8ec47ad96758 100644 --- a/connectivity/source/drivers/dbase/DTables.cxx +++ b/connectivity/source/drivers/dbase/DTables.cxx @@ -30,7 +30,7 @@ #include "dbase/DCatalog.hxx" #include <comphelper/types.hxx> #include "resource/dbase_res.hrc" -#include "connectivity/dbexception.hxx" +#include <connectivity/dbexception.hxx> using namespace ::comphelper; using namespace connectivity; diff --git a/connectivity/source/drivers/dbase/dindexnode.cxx b/connectivity/source/drivers/dbase/dindexnode.cxx index 8bc902c1886e..2d2d84b00a4e 100644 --- a/connectivity/source/drivers/dbase/dindexnode.cxx +++ b/connectivity/source/drivers/dbase/dindexnode.cxx @@ -18,7 +18,7 @@ */ #include "dbase/dindexnode.hxx" -#include "connectivity/CommonTools.hxx" +#include <connectivity/CommonTools.hxx> #include <osl/thread.h> #include "dbase/DIndex.hxx" #include <tools/debug.hxx> |