aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2016-03-24 18:24:47 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2016-03-24 18:24:47 +0100
commit81b52da75458508be2d71c277005006c50322b4d (patch)
treebfcf738f9c6fa70d7a313ae0d2678cc2899f2f86
parentc5f20ddf3b9f18d24ce38915b0593b93586b5620 (diff)
call: Re-order includes from local to osmocom to system
Let's follow the self first, local next, osmocom, system order of include files.
-rw-r--r--src/call.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/call.h b/src/call.h
index 6c6bf51..d1dbacc 100644
--- a/src/call.h
+++ b/src/call.h
@@ -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;