diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-06-01 11:34:47 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-06-01 14:16:22 +0200 |
commit | f1514f903c2c4b2b199649c472f41573e2c90e49 (patch) | |
tree | 0cdef863b51ff8f37a6ea67436768a053c6bbedf /basic | |
parent | 501f1b6764ab93230e85ede520baf48d308d4ba9 (diff) |
loplugin:includeform (clang-cl)
Change-Id: Ia15fc0ea8d46cd4eab6ca690e1dac3a530512ab6
Reviewed-on: https://gerrit.libreoffice.org/55170
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/runtime/dllmgr-x64.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/runtime/dllmgr-x64.cxx b/basic/source/runtime/dllmgr-x64.cxx index 2c311861122a..5798bc7c2228 100644 --- a/basic/source/runtime/dllmgr-x64.cxx +++ b/basic/source/runtime/dllmgr-x64.cxx @@ -31,7 +31,7 @@ #include <basic/sbx.hxx> #include <basic/sbxvar.hxx> -#include "runtime.hxx" +#include <runtime.hxx> #include <osl/thread.h> #include <osl/diagnose.h> #include <rtl/ref.hxx> |