cosmetic: gprs_sgsn.c: move pdp.h include to top

Change-Id: I9a9b34d714235462ba72cdb65b7c8c9824dfa9c6
This commit is contained in:
Neels Hofmeyr 2016-05-21 00:44:50 +02:00
parent bfa8878a07
commit f4daf16c8d
1 changed files with 2 additions and 1 deletions

View File

@ -40,6 +40,8 @@
#include <openbsc/signal.h>
#include "openbsc/gprs_llc.h"
#include <pdp.h>
#include <time.h>
#include <openssl/rand.h>
@ -337,7 +339,6 @@ struct sgsn_pdp_ctx *sgsn_pdp_ctx_alloc(struct sgsn_mm_ctx *mm,
return pdp;
}
#include <pdp.h>
/*
* 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