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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user