summaryrefslogtreecommitdiff
path: root/src/udev/ata_id/ata_id.c
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/udev/ata_id/ata_id.c
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/udev/ata_id/ata_id.c')
-rw-r--r--src/udev/ata_id/ata_id.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/udev/ata_id/ata_id.c b/src/udev/ata_id/ata_id.c
index be3471013d..1e414664ce 100644
--- a/src/udev/ata_id/ata_id.c
+++ b/src/udev/ata_id/ata_id.c
@@ -37,9 +37,10 @@
#include <sys/types.h>
#include <unistd.h>
+#include "libudev.h"
+
#include "fd-util.h"
#include "libudev-private.h"
-#include "libudev.h"
#include "log.h"
#include "udev-util.h"