summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2016-03-05 12:15:11 +0100
committerFelix Fietkau <nbd@openwrt.org>2016-03-05 12:15:11 +0100
commit85633f7f50f62e824fe8b1a71db3f7508eec440b (patch)
tree52c8b3d6647e5a5229600fcc15e543624d6342ea /utils
parentf355e233714e6ff38a38ccfe74f2f42d65a519c8 (diff)
downloadprocd-85633f7f50f62e824fe8b1a71db3f7508eec440b.tar.gz
utils.c: remove an unnecessary include
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Diffstat (limited to 'utils')
-rw-r--r--utils/utils.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/utils.c b/utils/utils.c
index c0d1cd5..a67c004 100644
--- a/utils/utils.c
+++ b/utils/utils.c
@@ -15,7 +15,6 @@
#include <libubox/avl.h>
#include <libubox/avl-cmp.h>
#include "utils.h"
-#include <asm-generic/setup.h>
#include <regex.h>
#include <unistd.h>
#include <sys/types.h>