summaryrefslogtreecommitdiff
path: root/src/libsystemd-network
diff options
context:
space:
mode:
authorDaniel Mack <github@zonque.org>2015-11-17 09:36:25 +0100
committerDaniel Mack <github@zonque.org>2015-11-17 09:36:25 +0100
commita57246551a0bf4afe200e597daab9c3935eca99f (patch)
treeba768fa85baf70d53d088cdf8c8e5eb473c06a7e /src/libsystemd-network
parentf21bb7537ab7b6b871eac424f72b703851bf9f00 (diff)
parentb4bbcaa9c44260e88402cb8f9a5fb8ac7f35e123 (diff)
Merge pull request #1926 from phomes/include-order-libudev
tree-wide: group include of libudev.h with sd-*
Diffstat (limited to 'src/libsystemd-network')
-rw-r--r--src/libsystemd-network/dhcp-identifier.c2
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"