diff options
Diffstat (limited to 'src/grp-network')
3 files changed, 13 insertions, 7 deletions
diff --git a/src/grp-network/libnetworkd-core/networkd-gperf.gperf b/src/grp-network/libnetworkd-core/networkd-gperf.gperf index 3fdfe74955..6588bada51 100644 --- a/src/grp-network/libnetworkd-core/networkd-gperf.gperf +++ b/src/grp-network/libnetworkd-core/networkd-gperf.gperf @@ -1,6 +1,8 @@ %{ #include <stddef.h> -#include "conf-parser.h" + +#include "shared/conf-parser.h" + #include "networkd-conf.h" %} struct ConfigPerfItem; diff --git a/src/grp-network/libnetworkd-core/networkd-netdev-gperf.gperf b/src/grp-network/libnetworkd-core/networkd-netdev-gperf.gperf index ba04bb0165..09eed25146 100644 --- a/src/grp-network/libnetworkd-core/networkd-netdev-gperf.gperf +++ b/src/grp-network/libnetworkd-core/networkd-netdev-gperf.gperf @@ -1,8 +1,11 @@ %{ #include <stddef.h> -#include "conf-parser.h" -#include "network-internal.h" + +#include "shared/conf-parser.h" +#include "systemd-network/network-internal.h" + #include "networkd-netdev-bond.h" +#include "networkd-netdev-bridge.h" #include "networkd-netdev-ipvlan.h" #include "networkd-netdev-macvlan.h" #include "networkd-netdev-tunnel.h" @@ -10,7 +13,6 @@ #include "networkd-netdev-veth.h" #include "networkd-netdev-vlan.h" #include "networkd-netdev-vxlan.h" -#include "networkd-netdev-bridge.h" #include "networkd-netdev.h" %} struct ConfigPerfItem; diff --git a/src/grp-network/libnetworkd-core/networkd-network-gperf.gperf b/src/grp-network/libnetworkd-core/networkd-network-gperf.gperf index 03e4e3b39f..490fbb06e9 100644 --- a/src/grp-network/libnetworkd-core/networkd-network-gperf.gperf +++ b/src/grp-network/libnetworkd-core/networkd-network-gperf.gperf @@ -1,9 +1,11 @@ %{ #include <stddef.h> -#include "conf-parser.h" -#include "networkd.h" + +#include "shared/conf-parser.h" +#include "systemd-network/network-internal.h" + #include "networkd-conf.h" -#include "network-internal.h" +#include "networkd.h" %} struct ConfigPerfItem; %null_strings |