call: Re-order includes from local to osmocom to system

Let's follow the self first, local next, osmocom, system order of
include files.
This commit is contained in:
Holger Hans Peter Freyther 2016-03-24 18:24:47 +01:00
parent e08887ec4e
commit aa41b0aafc
1 changed files with 2 additions and 1 deletions

View File

@ -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;