mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-06 09:40:17 +01:00
libnm: include header in public header file with angle brackets
This commit is contained in:
parent
37c9f62e5d
commit
780e9a3f43
2 changed files with 2 additions and 2 deletions
|
|
@ -26,7 +26,7 @@
|
|||
#ifndef __NM_DBUS_INTERFACE_H__
|
||||
#define __NM_DBUS_INTERFACE_H__
|
||||
|
||||
#include "nm-version.h"
|
||||
#include <nm-version.h>
|
||||
|
||||
/*
|
||||
* dbus services details
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
#ifndef NETWORK_MANAGER_H
|
||||
#define NETWORK_MANAGER_H
|
||||
|
||||
#include "nm-version.h"
|
||||
#include <nm-version.h>
|
||||
|
||||
/*
|
||||
* dbus services details
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue