From 3be74a732b3fc4de0f99249e8bca975fee760210 Mon Sep 17 00:00:00 2001 From: ptrkrysik Date: Sat, 13 Dec 2014 10:11:00 +0100 Subject: Changed grgsm install directories and prefixes from "gsm" to "grgsm". The old prefix caused conflicts with libraries already available. --- lib/demapping/get_bcch_or_ccch_bursts_impl.cc | 4 ++-- lib/demapping/get_bcch_or_ccch_bursts_impl.h | 2 +- lib/demapping/universal_ctrl_chans_demapper_impl.cc | 4 ++-- lib/demapping/universal_ctrl_chans_demapper_impl.h | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) (limited to 'lib/demapping') diff --git a/lib/demapping/get_bcch_or_ccch_bursts_impl.cc b/lib/demapping/get_bcch_or_ccch_bursts_impl.cc index 875360e..5817627 100644 --- a/lib/demapping/get_bcch_or_ccch_bursts_impl.cc +++ b/lib/demapping/get_bcch_or_ccch_bursts_impl.cc @@ -25,8 +25,8 @@ #endif #include -#include -#include +#include +#include #include "get_bcch_or_ccch_bursts_impl.h" namespace gr { diff --git a/lib/demapping/get_bcch_or_ccch_bursts_impl.h b/lib/demapping/get_bcch_or_ccch_bursts_impl.h index 1ba5e7b..ebf63e3 100644 --- a/lib/demapping/get_bcch_or_ccch_bursts_impl.h +++ b/lib/demapping/get_bcch_or_ccch_bursts_impl.h @@ -23,7 +23,7 @@ #ifndef INCLUDED_GSM_GET_BCCH_OR_CCCH_BURSTS_IMPL_H #define INCLUDED_GSM_GET_BCCH_OR_CCCH_BURSTS_IMPL_H -#include +#include namespace gr { namespace gsm { diff --git a/lib/demapping/universal_ctrl_chans_demapper_impl.cc b/lib/demapping/universal_ctrl_chans_demapper_impl.cc index 325a59b..c563f7d 100644 --- a/lib/demapping/universal_ctrl_chans_demapper_impl.cc +++ b/lib/demapping/universal_ctrl_chans_demapper_impl.cc @@ -26,8 +26,8 @@ #include #include "universal_ctrl_chans_demapper_impl.h" -#include -#include +#include +#include namespace gr { namespace gsm { diff --git a/lib/demapping/universal_ctrl_chans_demapper_impl.h b/lib/demapping/universal_ctrl_chans_demapper_impl.h index 1b40d74..60cdc5d 100644 --- a/lib/demapping/universal_ctrl_chans_demapper_impl.h +++ b/lib/demapping/universal_ctrl_chans_demapper_impl.h @@ -23,7 +23,7 @@ #ifndef INCLUDED_GSM_UNIVERSAL_CTRL_CHANS_DEMAPPER_IMPL_H #define INCLUDED_GSM_UNIVERSAL_CTRL_CHANS_DEMAPPER_IMPL_H -#include +#include namespace gr { namespace gsm { -- cgit v1.2.3