[Libreoffice-commits] core.git: basic/source

Stephan Bergmann sbergman at redhat.com
Fri Jun 1 12:16:53 UTC 2018


 basic/source/runtime/dllmgr-x64.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f1514f903c2c4b2b199649c472f41573e2c90e49
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Fri Jun 1 11:34:47 2018 +0200

    loplugin:includeform (clang-cl)
    
    Change-Id: Ia15fc0ea8d46cd4eab6ca690e1dac3a530512ab6
    Reviewed-on: https://gerrit.libreoffice.org/55170
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

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>


More information about the Libreoffice-commits mailing list