]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
trivial: rfkill - don't include util.h twice
authorTom Gundersen <teg@jklm.no>
Sat, 19 Oct 2013 17:28:21 +0000 (19:28 +0200)
committerTom Gundersen <teg@jklm.no>
Sat, 19 Oct 2013 17:28:21 +0000 (19:28 +0200)
src/rfkill/rfkill.c

index 986605e50b183da334f70af4de42ed9b9d448f97..d5b6f27b8d06480380affc36f453dc5ca5b1134e 100644 (file)
@@ -24,7 +24,6 @@
 #include "fileio.h"
 #include "libudev.h"
 #include "udev-util.h"
-#include "util.h"
 
 int main(int argc, char *argv[]) {
         _cleanup_udev_unref_ struct udev *udev = NULL;