From f4daf16c8d26b98063747b608070fa44944e0527 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Sat, 21 May 2016 00:44:50 +0200 Subject: [PATCH] cosmetic: gprs_sgsn.c: move pdp.h include to top Change-Id: I9a9b34d714235462ba72cdb65b7c8c9824dfa9c6 --- openbsc/src/gprs/gprs_sgsn.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openbsc/src/gprs/gprs_sgsn.c b/openbsc/src/gprs/gprs_sgsn.c index 038e6f0eb..9cd992b49 100644 --- a/openbsc/src/gprs/gprs_sgsn.c +++ b/openbsc/src/gprs/gprs_sgsn.c @@ -40,6 +40,8 @@ #include #include "openbsc/gprs_llc.h" +#include + #include #include @@ -337,7 +339,6 @@ struct sgsn_pdp_ctx *sgsn_pdp_ctx_alloc(struct sgsn_mm_ctx *mm, return pdp; } -#include /* * This function will not trigger any GSM DEACT PDP ACK messages, so you * probably want to call sgsn_delete_pdp_ctx() instead if the connection