paging.h: use '<>' include, not '""'

Also separate openbsc includes from osmocom/core includes.

Change-Id: I4da0cb32476202d06902531d07faed8004f689f9
This commit is contained in:
Neels Hofmeyr 2017-01-25 16:15:43 +01:00
parent 150abfffbf
commit a5c71bf39a
1 changed files with 3 additions and 2 deletions

View File

@ -24,10 +24,11 @@
#include <string.h>
#include <osmocom/core/linuxlist.h>
#include "gsm_data.h"
#include "gsm_subscriber.h"
#include <osmocom/core/timer.h>
#include <openbsc/gsm_data.h>
#include <openbsc/gsm_subscriber.h>
/**
* A pending paging request
*/