call: Re-order includes from local to osmocom to system
Let's follow the self first, local next, osmocom, system order of include files.zecke/mt-mncc-call
parent
e08887ec4e
commit
aa41b0aafc
|
@ -1,9 +1,10 @@
|
|||
#pragma once
|
||||
|
||||
#include "mncc_protocol.h"
|
||||
|
||||
#include <osmocom/core/linuxlist.h>
|
||||
#include <osmocom/core/timer.h>
|
||||
|
||||
#include "mncc_protocol.h"
|
||||
|
||||
struct sip_agent;
|
||||
struct mncc_connection;
|
||||
|
|
Loading…
Reference in New Issue