summaryrefslogtreecommitdiff
path: root/connectivity/source/commontools/TIndexColumns.cxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-06-04 15:29:58 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-06-04 21:18:39 +0200
commita2db194ea0eee4deb6401f6352144e5be077c140 (patch)
treee64dee3c822fc3d7970cedebb1708bc9a9554296 /connectivity/source/commontools/TIndexColumns.cxx
parent37c827103df9d3fc3a36aa2773bc080931e91830 (diff)
connectivity: fix includes
Change-Id: I5d5dc6871789865189c78fe9135e7f8bff829489
Diffstat (limited to 'connectivity/source/commontools/TIndexColumns.cxx')
-rw-r--r--connectivity/source/commontools/TIndexColumns.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/connectivity/source/commontools/TIndexColumns.cxx b/connectivity/source/commontools/TIndexColumns.cxx
index 179dca464fc1..0edd2ec88eeb 100644
--- a/connectivity/source/commontools/TIndexColumns.cxx
+++ b/connectivity/source/commontools/TIndexColumns.cxx
@@ -17,15 +17,15 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "connectivity/TIndexColumns.hxx"
-#include "connectivity/sdbcx/VIndexColumn.hxx"
+#include <connectivity/TIndexColumns.hxx>
+#include <connectivity/sdbcx/VIndexColumn.hxx>
#include <com/sun/star/sdbc/XRow.hpp>
#include <com/sun/star/sdbc/XResultSet.hpp>
#include <com/sun/star/sdbc/DataType.hpp>
#include <com/sun/star/sdbc/ColumnValue.hpp>
#include <comphelper/property.hxx>
-#include "connectivity/TIndex.hxx"
-#include "connectivity/TTableHelper.hxx"
+#include <connectivity/TIndex.hxx>
+#include <connectivity/TTableHelper.hxx>
#include "TConnection.hxx"
using namespace connectivity;