Max has uploaded this change for review. ( https://gerrit.osmocom.org/12958


Change subject: Move C include to proper place
......................................................................

Move C include to proper place

Change-Id: Id58d1820b94d54ce73ed40edb7747ef975890a7b
---
M src/encoding.cpp
1 file changed, 1 insertion(+), 2 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/58/12958/1

diff --git a/src/encoding.cpp b/src/encoding.cpp
index 29a62e7..2c89819 100644
--- a/src/encoding.cpp
+++ b/src/encoding.cpp
@@ -28,9 +28,8 @@

 extern "C" {
 #include <osmocom/gprs/protocol/gsm_04_60.h>
-}
-
 #include <osmocom/gsm/protocol/gsm_04_08.h>
+}

 #include <stdbool.h>
 #include <errno.h>

--
To view, visit https://gerrit.osmocom.org/12958
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Id58d1820b94d54ce73ed40edb7747ef975890a7b
Gerrit-Change-Number: 12958
Gerrit-PatchSet: 1
Gerrit-Owner: Max <[email protected]>

Reply via email to