summaryrefslogtreecommitdiff
path: root/src/backlight
diff options
context:
space:
mode:
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>2015-11-17 06:52:45 +0100
committerThomas Hindoe Paaboel Andersen <phomes@gmail.com>2015-11-17 07:06:08 +0100
commitb4bbcaa9c44260e88402cb8f9a5fb8ac7f35e123 (patch)
treeecb8dabf3534ac4985dbd345c2b685799fe74d56 /src/backlight
parentf1f8a5a5e110f485257e8702ad30b9997e529a74 (diff)
tree-wide: group include of libudev.h with sd-*
Diffstat (limited to 'src/backlight')
-rw-r--r--src/backlight/backlight.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/backlight/backlight.c b/src/backlight/backlight.c
index a2da976bb6..b0fa079fec 100644
--- a/src/backlight/backlight.c
+++ b/src/backlight/backlight.c
@@ -19,11 +19,12 @@
along with systemd; If not, see <http://www.gnu.org/licenses/>.
***/
+#include "libudev.h"
+
#include "alloc-util.h"
#include "def.h"
#include "escape.h"
#include "fileio.h"
-#include "libudev.h"
#include "mkdir.h"
#include "parse-util.h"
#include "proc-cmdline.h"