From aa41b0aafc5e4776ccfcfc35202e6964767abdc2 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Thu, 24 Mar 2016 18:24:47 +0100 Subject: [PATCH] call: Re-order includes from local to osmocom to system Let's follow the self first, local next, osmocom, system order of include files. --- src/call.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 #include -#include "mncc_protocol.h" struct sip_agent; struct mncc_connection;