In preparation for future changes...
typedef struct LookupPaths LookupPaths;
+#include "def.h"
#include "unit-file.h"
#include "macro.h"
char **generator_binary_paths(UnitFileScope scope);
char **env_generator_binary_paths(bool is_system);
+
+#define NETWORK_DIRS ((const char* const*) CONF_PATHS_STRV("systemd/network"))
#include "sd-dhcp-lease.h"
#include "conf-parser.h"
-#include "def.h"
#include "set.h"
#include "strv.h"
/* It is not necessary to add deserialize_dhcp_option(). Use unhexmem() instead. */
int serialize_dhcp_option(FILE *f, const char *key, const void *data, size_t size);
-
-#define NETWORK_DIRS ((const char* const*) CONF_PATHS_STRV("systemd/network"))
#include "network-internal.h"
#include "networkd-manager.h"
#include "nlmon.h"
+#include "path-lookup.h"
#include "siphash24.h"
#include "stat-util.h"
#include "string-table.h"
#include "networkd-network-bus.h"
#include "networkd-speed-meter.h"
#include "ordered-set.h"
+#include "path-lookup.h"
#include "path-util.h"
#include "set.h"
#include "signal-util.h"
#include "networkd-manager.h"
#include "networkd-network.h"
#include "parse-util.h"
+#include "path-lookup.h"
#include "set.h"
#include "socket-util.h"
#include "stat-util.h"
#include "netlink-util.h"
#include "network-internal.h"
#include "parse-util.h"
+#include "path-lookup.h"
#include "path-util.h"
#include "proc-cmdline.h"
#include "random-util.h"