summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/api/query.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/core/api/query.cxx')
-rw-r--r--dbaccess/source/core/api/query.cxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/dbaccess/source/core/api/query.cxx b/dbaccess/source/core/api/query.cxx
index 0a127bf448dd..efd3eb0748c0 100644
--- a/dbaccess/source/core/api/query.cxx
+++ b/dbaccess/source/core/api/query.cxx
@@ -18,11 +18,11 @@
*/
#include "query.hxx"
-#include "stringconstants.hxx"
+#include <stringconstants.hxx>
#include <connectivity/warningscontainer.hxx>
#include "HelperCollections.hxx"
-#include "core_resource.hxx"
-#include "strings.hrc"
+#include <core_resource.hxx>
+#include <strings.hrc>
#include <cppuhelper/queryinterface.hxx>
#include <tools/debug.hxx>
@@ -39,14 +39,14 @@
#include <comphelper/types.hxx>
#include <comphelper/property.hxx>
#include <unotools/sharedunocomponent.hxx>
-#include "definitioncolumn.hxx"
+#include <definitioncolumn.hxx>
#include <functional>
-#include "sdbcoretools.hxx"
-#include "querycomposer.hxx"
+#include <sdbcoretools.hxx>
+#include <querycomposer.hxx>
#include <com/sun/star/beans/PropertyAttribute.hpp>
-#include "ContainerMediator.hxx"
+#include <ContainerMediator.hxx>
using namespace dbaccess;
using namespace ::com::sun::star::uno;