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 <nm-vpn-editor-plugin.h>
and not quotes.
This commit is contained in:
Thomas Haller
2016-04-13 19:18:25 +02:00
parent be34518dc1
commit d0ed5f83ce

View File

@@ -30,7 +30,7 @@
#include <glib-object.h>
#include <nm-types.h>
#include "nm-vpn-editor-plugin.h"
#include <nm-vpn-editor-plugin.h>
G_BEGIN_DECLS