aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2021-02-20 11:04:27 +0100
committerHarald Welte <laforge@osmocom.org>2021-02-20 11:05:53 +0100
commitbe1cf99e9a8ff8392108c43425caac257a709167 (patch)
tree9035b7c87719f4d2e12f3e94f0fd2faf73577b99
parent7710080ffd86d0d93a827b4a0c041ca972a48acc (diff)
gtp-kernel: Remove duplicate #include section
This was probably a wrong patch merge at some point. Change-Id: I54191aca8fd55de84d86591035fe9785d379205f
-rw-r--r--lib/gtp-kernel.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/gtp-kernel.c b/lib/gtp-kernel.c
index f6df408..b898ed7 100644
--- a/lib/gtp-kernel.c
+++ b/lib/gtp-kernel.c
@@ -31,10 +31,6 @@
#include "../gtp/pdp.h"
#include "../gtp/gtp.h"
-#include <libgtpnl/gtp.h>
-#include <libgtpnl/gtpnl.h>
-#include <libmnl/libmnl.h>
-
#include "gtp-kernel.h"
static void pdp_debug(const char *prefix, const char *devname, struct pdp_t *pdp)