config_host/config_lgpl.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit b99e94dd5da7c84a16a8268e0afbeac266fecada Author: Miklos Vajna <[email protected]> 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" _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
