connectivity: fix includes

Change-Id: I5d5dc6871789865189c78fe9135e7f8bff829489
This commit is contained in:
Thomas Arnhold
2014-06-04 15:29:58 +02:00
parent 37c827103d
commit a2db194ea0
282 changed files with 513 additions and 513 deletions

View File

@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include "connectivity/sqliterator.hxx"
#include "connectivity/sdbcx/VTable.hxx"
#include <connectivity/sqliterator.hxx>
#include <connectivity/sdbcx/VTable.hxx>
#include <connectivity/sqlparse.hxx>
#include <connectivity/dbtools.hxx>
#include <connectivity/sqlerror.hxx>
@@ -30,8 +30,8 @@
#ifdef SQL_TEST_PARSETREEITERATOR
#include <iostream>
#endif
#include "connectivity/PColumn.hxx"
#include "connectivity/dbtools.hxx"
#include <connectivity/PColumn.hxx>
#include <connectivity/dbtools.hxx>
#include <tools/diagnose_ex.h>
#include "TConnection.hxx"
#include <comphelper/types.hxx>