summaryrefslogtreecommitdiffstats
path: root/procutils.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2009-06-20 22:53:50 +0000
committerRalf Baechle <ralf@linux-mips.org>2009-06-20 22:53:50 +0000
commit9f0de7de494c86e19d3c7166e245682453154b74 (patch)
treeaafee72e7405f69d5c3fc6169af5c36d123be4cc /procutils.c
parentbb128be6551cf26893a27d3964914915046a5098 (diff)
Move all header files to be installed to new subdirectory netax25.
Diffstat (limited to 'procutils.c')
-rw-r--r--procutils.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/procutils.c b/procutils.c
index f1d68c5..bb65ffe 100644
--- a/procutils.c
+++ b/procutils.c
@@ -4,15 +4,11 @@
#include <string.h>
#include <config.h>
-#ifdef HAVE_NETAX25_AX25_H
#include <netax25/ax25.h> /* Needed by nrconfig.h */
-#else
-#include "kernel_ax25.h"
-#endif
+#include <netax25/nrconfig.h>
+#include <netax25/procutils.h>
#include "pathnames.h"
-#include "nrconfig.h"
-#include "procutils.h"
#define min(a,b) ((a) < (b) ? (a) : (b))