diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2017-10-24 12:22:58 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2017-10-24 12:24:03 +0200 |
commit | b99e94dd5da7c84a16a8268e0afbeac266fecada (patch) | |
tree | cd6e6e32d24147aef68e3086194c8c3a7aefde5d /config_host | |
parent | b18c1bdafdd849f6c3a8857067e1b32aac2a57ff (diff) |
config_lgpl.h.in: fix loplugin:includeform warning
Change-Id: I53d75a9d59c14bc10008d0a590539f16160f380a
Diffstat (limited to 'config_host')
-rw-r--r-- | config_host/config_lgpl.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
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" |