diff options
author | Neels Hofmeyr <neels@hofmeyr.de> | 2019-03-15 05:32:28 +0100 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2019-03-27 07:42:24 +0000 |
commit | c0fcedc9689650265cd790d1389d3d992efa7f43 (patch) | |
tree | 9dd0c77863c4c5f1d1af5ca384eee632616b5456 /include | |
parent | 27f7b0da6f30bc8ff35d8b33bdf77aa3bdb38fd4 (diff) |
gsm_utils.h: remove unused include of gsm_08_08.h
Change-Id: Ied4cb2bd06147785540a53ef118e9268406da702
Diffstat (limited to 'include')
-rw-r--r-- | include/osmocom/gsm/gsm_utils.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/osmocom/gsm/gsm_utils.h b/include/osmocom/gsm/gsm_utils.h index 7d0beca6..f8f72a7f 100644 --- a/include/osmocom/gsm/gsm_utils.h +++ b/include/osmocom/gsm/gsm_utils.h @@ -30,7 +30,6 @@ #include <osmocom/core/defs.h> #include <osmocom/core/utils.h> -#include <osmocom/gsm/protocol/gsm_08_08.h> #include <osmocom/gsm/protocol/gsm_04_08.h> #define ADD_MODULO(sum, delta, modulo) do { \ |