From d0ed5f83ceb59dc87d590cd3f3a61ab86a355e7b Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Wed, 13 Apr 2016 19:18:25 +0200 Subject: [PATCH] libnm: use <> to include in public header In a public header file ("nm-vpn-editor.h"), other public headers from NetworkManager must be included with and not quotes. --- libnm/nm-vpn-editor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libnm/nm-vpn-editor.h b/libnm/nm-vpn-editor.h index a11e9fd16..2ee34525d 100644 --- a/libnm/nm-vpn-editor.h +++ b/libnm/nm-vpn-editor.h @@ -30,7 +30,7 @@ #include #include -#include "nm-vpn-editor-plugin.h" +#include G_BEGIN_DECLS