diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:42:52 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:46:10 +0200 |
commit | 4b27653a122acbbb38c800f0b1972f339e73d115 (patch) | |
tree | 3331415ede49520ef9090bdb3c1fb3dce9748e59 /dbaccess/source/shared | |
parent | 54ef1c155990bee247f083a37be9515b43709ac3 (diff) |
loplugin:includeform: dbaccess
Change-Id: I15aee966012612033ab7e2ee03ac1a553802f540
Diffstat (limited to 'dbaccess/source/shared')
-rw-r--r-- | dbaccess/source/shared/dbu_reghelper.cxx | 2 | ||||
-rw-r--r-- | dbaccess/source/shared/flt_reghelper.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dbaccess/source/shared/dbu_reghelper.cxx b/dbaccess/source/shared/dbu_reghelper.cxx index a93e63dff063..c70793936b0b 100644 --- a/dbaccess/source/shared/dbu_reghelper.cxx +++ b/dbaccess/source/shared/dbu_reghelper.cxx @@ -18,7 +18,7 @@ */ -#include "dbu_reghelper.hxx" +#include <dbu_reghelper.hxx> #include <comphelper/sequence.hxx> diff --git a/dbaccess/source/shared/flt_reghelper.cxx b/dbaccess/source/shared/flt_reghelper.cxx index c0c3e62fb37b..c41947f82537 100644 --- a/dbaccess/source/shared/flt_reghelper.cxx +++ b/dbaccess/source/shared/flt_reghelper.cxx @@ -18,7 +18,7 @@ */ -#include "flt_reghelper.hxx" +#include <flt_reghelper.hxx> #include <comphelper/sequence.hxx> |