diff options
author | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2015-11-17 06:52:45 +0100 |
---|---|---|
committer | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2015-11-17 07:06:08 +0100 |
commit | b4bbcaa9c44260e88402cb8f9a5fb8ac7f35e123 (patch) | |
tree | ecb8dabf3534ac4985dbd345c2b685799fe74d56 /src/libsystemd-network/dhcp-identifier.c | |
parent | f1f8a5a5e110f485257e8702ad30b9997e529a74 (diff) |
tree-wide: group include of libudev.h with sd-*
Diffstat (limited to 'src/libsystemd-network/dhcp-identifier.c')
-rw-r--r-- | src/libsystemd-network/dhcp-identifier.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsystemd-network/dhcp-identifier.c b/src/libsystemd-network/dhcp-identifier.c index d40c8a7f9c..d7ae865557 100644 --- a/src/libsystemd-network/dhcp-identifier.c +++ b/src/libsystemd-network/dhcp-identifier.c @@ -19,11 +19,11 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. ***/ +#include "libudev.h" #include "sd-id128.h" #include "dhcp-identifier.h" #include "dhcp6-protocol.h" -#include "libudev.h" #include "network-internal.h" #include "siphash24.h" #include "sparse-endian.h" |