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-26 06:22:06 +0100
commitaa41b0aafc5e4776ccfcfc35202e6964767abdc2 (patch)
tree241bce04960245ff9e0227f8702f1a3ea07d7953
parente08887ec4e7196c322da84fa837cb47cf5c834ba (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 5d50c1a..67dbf91 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;