From be1cf99e9a8ff8392108c43425caac257a709167 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sat, 20 Feb 2021 11:04:27 +0100 Subject: [PATCH] gtp-kernel: Remove duplicate #include section This was probably a wrong patch merge at some point. Change-Id: I54191aca8fd55de84d86591035fe9785d379205f --- lib/gtp-kernel.c | 4 ---- 1 file changed, 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 -#include -#include - #include "gtp-kernel.h" static void pdp_debug(const char *prefix, const char *devname, struct pdp_t *pdp)