[Libreoffice-commits] core.git: config_host/config_lgpl.h.in
Miklos Vajna
vmiklos at collabora.co.uk
Tue Oct 24 10:24:29 UTC 2017
config_host/config_lgpl.h.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit b99e94dd5da7c84a16a8268e0afbeac266fecada
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date: Tue Oct 24 12:22:58 2017 +0200
config_lgpl.h.in: fix loplugin:includeform warning
Change-Id: I53d75a9d59c14bc10008d0a590539f16160f380a
diff --git a/config_host/config_lgpl.h.in b/config_host/config_lgpl.h.in
index 18d17dae7681..f157a5cb1b1f 100644
--- a/config_host/config_lgpl.h.in
+++ b/config_host/config_lgpl.h.in
@@ -5,7 +5,7 @@
#ifndef CONFIG_LGPL_H
#define CONFIG_LGPL_H
-#include <config_mpl.h>
+#include "config_mpl.h"
#if MPL_HAVE_SUBSET
# error "Attempting to compile LGPL code into MPL subset"
More information about the Libreoffice-commits
mailing list