projects
/
platform
/
upstream
/
systemd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6a5e5b
)
trivial: rfkill - don't include util.h twice
author
Tom Gundersen
<teg@jklm.no>
Sat, 19 Oct 2013 17:28:21 +0000
(19:28 +0200)
committer
Tom Gundersen
<teg@jklm.no>
Sat, 19 Oct 2013 17:28:21 +0000
(19:28 +0200)
src/rfkill/rfkill.c
patch
|
blob
|
history
diff --git
a/src/rfkill/rfkill.c
b/src/rfkill/rfkill.c
index
986605e
..
d5b6f27
100644
(file)
--- a/
src/rfkill/rfkill.c
+++ b/
src/rfkill/rfkill.c
@@
-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;