summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/api/TableDeco.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-10-23 22:42:52 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-10-23 22:46:10 +0200
commit4b27653a122acbbb38c800f0b1972f339e73d115 (patch)
tree3331415ede49520ef9090bdb3c1fb3dce9748e59 /dbaccess/source/core/api/TableDeco.cxx
parent54ef1c155990bee247f083a37be9515b43709ac3 (diff)
loplugin:includeform: dbaccess
Change-Id: I15aee966012612033ab7e2ee03ac1a553802f540
Diffstat (limited to 'dbaccess/source/core/api/TableDeco.cxx')
-rw-r--r--dbaccess/source/core/api/TableDeco.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/dbaccess/source/core/api/TableDeco.cxx b/dbaccess/source/core/api/TableDeco.cxx
index a8dd84297af8..0312a3122c68 100644
--- a/dbaccess/source/core/api/TableDeco.cxx
+++ b/dbaccess/source/core/api/TableDeco.cxx
@@ -19,11 +19,11 @@
#include <string.h>
-#include "TableDeco.hxx"
+#include <TableDeco.hxx>
#include <definitioncolumn.hxx>
-#include "stringconstants.hxx"
-#include "core_resource.hxx"
-#include "strings.hrc"
+#include <stringconstants.hxx>
+#include <core_resource.hxx>
+#include <strings.hrc>
#include <osl/diagnose.h>
#include <cppuhelper/typeprovider.hxx>
@@ -40,7 +40,7 @@
#include <connectivity/dbtools.hxx>
#include <connectivity/dbexception.hxx>
#include <comphelper/extract.hxx>
-#include "ContainerMediator.hxx"
+#include <ContainerMediator.hxx>
using namespace dbaccess;
using namespace ::com::sun::star::uno;