diff options
author | Andrej Rode <mail@andrejro.de> | 2019-02-07 18:02:33 +0100 |
---|---|---|
committer | Andrej Rode <mail@andrejro.de> | 2019-03-04 12:09:58 +0100 |
commit | ded4fdc44b45251ff3528e7e5f1263ea3e2bb790 (patch) | |
tree | abab3ce6ee0408f6897bf39c1fa048ba1d0381c7 /gr-dtv | |
parent | 84b7b7d1be5abbdc75f605db5dd8da73732ba1bb (diff) |
dtv: use relative include for dvb_defines.h
Previously lib/ was in the include path and thus the compiler was able
to find `dvb/dvb_defines.h` in the path.
Now it needs a relative path to be found as local include.
Diffstat (limited to 'gr-dtv')
-rw-r--r-- | gr-dtv/lib/dvb/dvb_ldpc_bb_impl.h | 12 | ||||
-rw-r--r-- | gr-dtv/lib/dvbs2/dvbs2_interleaver_bb_impl.h | 12 | ||||
-rw-r--r-- | gr-dtv/lib/dvbs2/dvbs2_modulator_bc_impl.h | 12 | ||||
-rw-r--r-- | gr-dtv/lib/dvbs2/dvbs2_physical_cc_impl.h | 12 | ||||
-rw-r--r-- | gr-dtv/lib/dvbt2/dvbt2_cellinterleaver_cc_impl.h | 12 | ||||
-rw-r--r-- | gr-dtv/lib/dvbt2/dvbt2_framemapper_cc_impl.h | 12 | ||||
-rw-r--r-- | gr-dtv/lib/dvbt2/dvbt2_freqinterleaver_cc_impl.h | 12 | ||||
-rw-r--r-- | gr-dtv/lib/dvbt2/dvbt2_interleaver_bb_impl.h | 8 | ||||
-rw-r--r-- | gr-dtv/lib/dvbt2/dvbt2_miso_cc_impl.h | 12 | ||||
-rw-r--r-- | gr-dtv/lib/dvbt2/dvbt2_modulator_bc_impl.h | 12 | ||||
-rw-r--r-- | gr-dtv/lib/dvbt2/dvbt2_p1insertion_cc_impl.h | 12 | ||||
-rw-r--r-- | gr-dtv/lib/dvbt2/dvbt2_paprtr_cc_impl.h | 12 | ||||
-rw-r--r-- | gr-dtv/lib/dvbt2/dvbt2_pilotgenerator_cc_impl.h | 12 |
13 files changed, 76 insertions, 76 deletions
diff --git a/gr-dtv/lib/dvb/dvb_ldpc_bb_impl.h b/gr-dtv/lib/dvb/dvb_ldpc_bb_impl.h index e6a2f6c492..bf2ad5c8ce 100644 --- a/gr-dtv/lib/dvb/dvb_ldpc_bb_impl.h +++ b/gr-dtv/lib/dvb/dvb_ldpc_bb_impl.h @@ -1,17 +1,17 @@ /* -*- c++ -*- */ -/* +/* * Copyright 2015,2016 Free Software Foundation, Inc. - * + * * This is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3, or (at your option) * any later version. - * + * * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this software; see the file COPYING. If not, write to * the Free Software Foundation, Inc., 51 Franklin Street, @@ -21,8 +21,9 @@ #ifndef INCLUDED_DTV_DVB_LDPC_BB_IMPL_H #define INCLUDED_DTV_DVB_LDPC_BB_IMPL_H -#include <gnuradio/dtv/dvb_ldpc_bb.h> #include "dvb_defines.h" + +#include <gnuradio/dtv/dvb_ldpc_bb.h> #include <boost/smart_ptr.hpp> @@ -128,4 +129,3 @@ namespace gr { } // namespace gr #endif /* INCLUDED_DTV_DVB_LDPC_BB_IMPL_H */ - diff --git a/gr-dtv/lib/dvbs2/dvbs2_interleaver_bb_impl.h b/gr-dtv/lib/dvbs2/dvbs2_interleaver_bb_impl.h index 36d314c279..b19800c25e 100644 --- a/gr-dtv/lib/dvbs2/dvbs2_interleaver_bb_impl.h +++ b/gr-dtv/lib/dvbs2/dvbs2_interleaver_bb_impl.h @@ -1,17 +1,17 @@ /* -*- c++ -*- */ -/* +/* * Copyright 2015 Free Software Foundation, Inc. - * + * * This is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3, or (at your option) * any later version. - * + * * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this software; see the file COPYING. If not, write to * the Free Software Foundation, Inc., 51 Franklin Street, @@ -21,8 +21,9 @@ #ifndef INCLUDED_DTV_DVBS2_INTERLEAVER_BB_IMPL_H #define INCLUDED_DTV_DVBS2_INTERLEAVER_BB_IMPL_H +#include "../dvb/dvb_defines.h" + #include <gnuradio/dtv/dvbs2_interleaver_bb.h> -#include "dvb/dvb_defines.h" namespace gr { namespace dtv { @@ -60,4 +61,3 @@ namespace gr { } // namespace gr #endif /* INCLUDED_DTV_DVBS2_INTERLEAVER_BB_IMPL_H */ - diff --git a/gr-dtv/lib/dvbs2/dvbs2_modulator_bc_impl.h b/gr-dtv/lib/dvbs2/dvbs2_modulator_bc_impl.h index ca042c25dc..d606d535c0 100644 --- a/gr-dtv/lib/dvbs2/dvbs2_modulator_bc_impl.h +++ b/gr-dtv/lib/dvbs2/dvbs2_modulator_bc_impl.h @@ -1,17 +1,17 @@ /* -*- c++ -*- */ -/* +/* * Copyright 2015,2016 Free Software Foundation, Inc. - * + * * This is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3, or (at your option) * any later version. - * + * * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this software; see the file COPYING. If not, write to * the Free Software Foundation, Inc., 51 Franklin Street, @@ -21,8 +21,9 @@ #ifndef INCLUDED_DTV_DVBS2_MODULATOR_BC_IMPL_H #define INCLUDED_DTV_DVBS2_MODULATOR_BC_IMPL_H +#include "../dvb/dvb_defines.h" + #include <gnuradio/dtv/dvbs2_modulator_bc.h> -#include "dvb/dvb_defines.h" namespace gr { namespace dtv { @@ -57,4 +58,3 @@ namespace gr { } // namespace gr #endif /* INCLUDED_DVBS2_MODULATOR_BC_IMPL_H */ - diff --git a/gr-dtv/lib/dvbs2/dvbs2_physical_cc_impl.h b/gr-dtv/lib/dvbs2/dvbs2_physical_cc_impl.h index 47a0a3e19b..845c5687d7 100644 --- a/gr-dtv/lib/dvbs2/dvbs2_physical_cc_impl.h +++ b/gr-dtv/lib/dvbs2/dvbs2_physical_cc_impl.h @@ -1,17 +1,17 @@ /* -*- c++ -*- */ -/* +/* * Copyright 2015,2016 Free Software Foundation, Inc. - * + * * This is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3, or (at your option) * any later version. - * + * * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this software; see the file COPYING. If not, write to * the Free Software Foundation, Inc., 51 Franklin Street, @@ -21,8 +21,9 @@ #ifndef INCLUDED_DTV_DVBS2_PHYSICAL_CC_IMPL_H #define INCLUDED_DTV_DVBS2_PHYSICAL_CC_IMPL_H +#include "../dvb/dvb_defines.h" + #include <gnuradio/dtv/dvbs2_physical_cc.h> -#include "dvb/dvb_defines.h" #define VLSNR_HEADER_LENGTH 900 @@ -72,4 +73,3 @@ namespace gr { } // namespace gr #endif /* INCLUDED_DTV_DVBS2_PHYSICAL_CC_IMPL_H */ - diff --git a/gr-dtv/lib/dvbt2/dvbt2_cellinterleaver_cc_impl.h b/gr-dtv/lib/dvbt2/dvbt2_cellinterleaver_cc_impl.h index 6b7fb0586b..233c805096 100644 --- a/gr-dtv/lib/dvbt2/dvbt2_cellinterleaver_cc_impl.h +++ b/gr-dtv/lib/dvbt2/dvbt2_cellinterleaver_cc_impl.h @@ -1,17 +1,17 @@ /* -*- c++ -*- */ -/* +/* * Copyright 2015 Free Software Foundation, Inc. - * + * * This is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3, or (at your option) * any later version. - * + * * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this software; see the file COPYING. If not, write to * the Free Software Foundation, Inc., 51 Franklin Street, @@ -21,8 +21,9 @@ #ifndef INCLUDED_DTV_DVBT2_CELLINTERLEAVER_CC_IMPL_H #define INCLUDED_DTV_DVBT2_CELLINTERLEAVER_CC_IMPL_H +#include "../dvb/dvb_defines.h" + #include <gnuradio/dtv/dvbt2_cellinterleaver_cc.h> -#include "dvb/dvb_defines.h" namespace gr { namespace dtv { @@ -56,4 +57,3 @@ namespace gr { } // namespace gr #endif /* INCLUDED_DTV_DVBT2_CELLINTERLEAVER_CC_IMPL_H */ - diff --git a/gr-dtv/lib/dvbt2/dvbt2_framemapper_cc_impl.h b/gr-dtv/lib/dvbt2/dvbt2_framemapper_cc_impl.h index 8d35493f45..06998ebe73 100644 --- a/gr-dtv/lib/dvbt2/dvbt2_framemapper_cc_impl.h +++ b/gr-dtv/lib/dvbt2/dvbt2_framemapper_cc_impl.h @@ -1,17 +1,17 @@ /* -*- c++ -*- */ -/* +/* * Copyright 2015 Free Software Foundation, Inc. - * + * * This is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3, or (at your option) * any later version. - * + * * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this software; see the file COPYING. If not, write to * the Free Software Foundation, Inc., 51 Franklin Street, @@ -21,8 +21,9 @@ #ifndef INCLUDED_DTV_DVBT2_FRAMEMAPPER_CC_IMPL_H #define INCLUDED_DTV_DVBT2_FRAMEMAPPER_CC_IMPL_H +#include "../dvb/dvb_defines.h" + #include <gnuradio/dtv/dvbt2_framemapper_cc.h> -#include "dvb/dvb_defines.h" #define KBCH_1_4 3072 #define NBCH_1_4 3240 @@ -205,4 +206,3 @@ namespace gr { } // namespace gr #endif /* INCLUDED_DTV_DVBT2_FRAMEMAPPER_CC_IMPL_H */ - diff --git a/gr-dtv/lib/dvbt2/dvbt2_freqinterleaver_cc_impl.h b/gr-dtv/lib/dvbt2/dvbt2_freqinterleaver_cc_impl.h index a52dc9ed94..7e4fd08314 100644 --- a/gr-dtv/lib/dvbt2/dvbt2_freqinterleaver_cc_impl.h +++ b/gr-dtv/lib/dvbt2/dvbt2_freqinterleaver_cc_impl.h @@ -1,17 +1,17 @@ /* -*- c++ -*- */ -/* +/* * Copyright 2015 Free Software Foundation, Inc. - * + * * This is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3, or (at your option) * any later version. - * + * * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this software; see the file COPYING. If not, write to * the Free Software Foundation, Inc., 51 Franklin Street, @@ -21,8 +21,9 @@ #ifndef INCLUDED_DTV_DVBT2_FREQINTERLEAVER_CC_IMPL_H #define INCLUDED_DTV_DVBT2_FREQINTERLEAVER_CC_IMPL_H +#include "../dvb/dvb_defines.h" + #include <gnuradio/dtv/dvbt2_freqinterleaver_cc.h> -#include "dvb/dvb_defines.h" namespace gr { namespace dtv { @@ -69,4 +70,3 @@ namespace gr { } // namespace gr #endif /* INCLUDED_DTV_DVBT2_FREQINTERLEAVER_CC_IMPL_H */ - diff --git a/gr-dtv/lib/dvbt2/dvbt2_interleaver_bb_impl.h b/gr-dtv/lib/dvbt2/dvbt2_interleaver_bb_impl.h index 7218464d5e..59a89d9618 100644 --- a/gr-dtv/lib/dvbt2/dvbt2_interleaver_bb_impl.h +++ b/gr-dtv/lib/dvbt2/dvbt2_interleaver_bb_impl.h @@ -6,12 +6,12 @@ * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3, or (at your option) * any later version. - * + * * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this software; see the file COPYING. If not, write to * the Free Software Foundation, Inc., 51 Franklin Street, @@ -21,8 +21,9 @@ #ifndef INCLUDED_DTV_DVBT2_INTERLEAVER_BB_IMPL_H #define INCLUDED_DTV_DVBT2_INTERLEAVER_BB_IMPL_H +#include "../dvb/dvb_defines.h" + #include <gnuradio/dtv/dvbt2_interleaver_bb.h> -#include "dvb/dvb_defines.h" namespace gr { namespace dtv { @@ -85,4 +86,3 @@ namespace gr { } // namespace gr #endif /* INCLUDED_DTV_DVBT2_INTERLEAVER_BB_IMPL_H */ - diff --git a/gr-dtv/lib/dvbt2/dvbt2_miso_cc_impl.h b/gr-dtv/lib/dvbt2/dvbt2_miso_cc_impl.h index 8dcbdf9c7a..2d14808107 100644 --- a/gr-dtv/lib/dvbt2/dvbt2_miso_cc_impl.h +++ b/gr-dtv/lib/dvbt2/dvbt2_miso_cc_impl.h @@ -1,17 +1,17 @@ /* -*- c++ -*- */ -/* +/* * Copyright 2015 Free Software Foundation, Inc. - * + * * This is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3, or (at your option) * any later version. - * + * * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this software; see the file COPYING. If not, write to * the Free Software Foundation, Inc., 51 Franklin Street, @@ -21,8 +21,9 @@ #ifndef INCLUDED_DTV_DVBT2_MISO_CC_IMPL_H #define INCLUDED_DTV_DVBT2_MISO_CC_IMPL_H +#include "../dvb/dvb_defines.h" + #include <gnuradio/dtv/dvbt2_miso_cc.h> -#include "dvb/dvb_defines.h" namespace gr { namespace dtv { @@ -50,4 +51,3 @@ namespace gr { } // namespace gr #endif /* INCLUDED_DTV_DVBT2_MISO_CC_IMPL_H */ - diff --git a/gr-dtv/lib/dvbt2/dvbt2_modulator_bc_impl.h b/gr-dtv/lib/dvbt2/dvbt2_modulator_bc_impl.h index 67f17e1e78..3853075e5b 100644 --- a/gr-dtv/lib/dvbt2/dvbt2_modulator_bc_impl.h +++ b/gr-dtv/lib/dvbt2/dvbt2_modulator_bc_impl.h @@ -1,17 +1,17 @@ /* -*- c++ -*- */ -/* +/* * Copyright 2015 Free Software Foundation, Inc. - * + * * This is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3, or (at your option) * any later version. - * + * * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this software; see the file COPYING. If not, write to * the Free Software Foundation, Inc., 51 Franklin Street, @@ -21,8 +21,9 @@ #ifndef INCLUDED_DTV_DVBT2_MODULATOR_BC_IMPL_H #define INCLUDED_DTV_DVBT2_MODULATOR_BC_IMPL_H +#include "../dvb/dvb_defines.h" + #include <gnuradio/dtv/dvbt2_modulator_bc.h> -#include "dvb/dvb_defines.h" namespace gr { namespace dtv { @@ -54,4 +55,3 @@ namespace gr { } // namespace gr #endif /* INCLUDED_DTV_DVBT2_MODULATOR_BC_IMPL_H */ - diff --git a/gr-dtv/lib/dvbt2/dvbt2_p1insertion_cc_impl.h b/gr-dtv/lib/dvbt2/dvbt2_p1insertion_cc_impl.h index 3931723009..7d83b4c4a1 100644 --- a/gr-dtv/lib/dvbt2/dvbt2_p1insertion_cc_impl.h +++ b/gr-dtv/lib/dvbt2/dvbt2_p1insertion_cc_impl.h @@ -1,17 +1,17 @@ /* -*- c++ -*- */ -/* +/* * Copyright 2015 Free Software Foundation, Inc. - * + * * This is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3, or (at your option) * any later version. - * + * * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this software; see the file COPYING. If not, write to * the Free Software Foundation, Inc., 51 Franklin Street, @@ -21,9 +21,10 @@ #ifndef INCLUDED_DTV_DVBT2_P1INSERTION_CC_IMPL_H #define INCLUDED_DTV_DVBT2_P1INSERTION_CC_IMPL_H +#include "../dvb/dvb_defines.h" + #include <gnuradio/dtv/dvbt2_p1insertion_cc.h> #include <gnuradio/fft/fft.h> -#include "dvb/dvb_defines.h" namespace gr { namespace dtv { @@ -82,4 +83,3 @@ namespace gr { } // namespace gr #endif /* INCLUDED_DTV_DVBT2_P1INSERTION_CC_IMPL_H */ - diff --git a/gr-dtv/lib/dvbt2/dvbt2_paprtr_cc_impl.h b/gr-dtv/lib/dvbt2/dvbt2_paprtr_cc_impl.h index 3e2245392b..886afd2e38 100644 --- a/gr-dtv/lib/dvbt2/dvbt2_paprtr_cc_impl.h +++ b/gr-dtv/lib/dvbt2/dvbt2_paprtr_cc_impl.h @@ -1,17 +1,17 @@ /* -*- c++ -*- */ -/* +/* * Copyright 2015 Free Software Foundation, Inc. - * + * * This is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3, or (at your option) * any later version. - * + * * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this software; see the file COPYING. If not, write to * the Free Software Foundation, Inc., 51 Franklin Street, @@ -21,9 +21,10 @@ #ifndef INCLUDED_DTV_DVBT2_PAPRTR_CC_IMPL_H #define INCLUDED_DTV_DVBT2_PAPRTR_CC_IMPL_H +#include "../dvb/dvb_defines.h" + #include <gnuradio/dtv/dvbt2_paprtr_cc.h> #include <gnuradio/fft/fft.h> -#include "dvb/dvb_defines.h" #define MAX_CARRIERS 27841 #define MAX_FFTSIZE 32768 @@ -109,4 +110,3 @@ namespace gr { } // namespace gr #endif /* INCLUDED_DTV_DVBT2_PAPRTR_CC_IMPL_H */ - diff --git a/gr-dtv/lib/dvbt2/dvbt2_pilotgenerator_cc_impl.h b/gr-dtv/lib/dvbt2/dvbt2_pilotgenerator_cc_impl.h index 9f06721d04..b6809dbc06 100644 --- a/gr-dtv/lib/dvbt2/dvbt2_pilotgenerator_cc_impl.h +++ b/gr-dtv/lib/dvbt2/dvbt2_pilotgenerator_cc_impl.h @@ -1,17 +1,17 @@ /* -*- c++ -*- */ -/* +/* * Copyright 2015 Free Software Foundation, Inc. - * + * * This is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3, or (at your option) * any later version. - * + * * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this software; see the file COPYING. If not, write to * the Free Software Foundation, Inc., 51 Franklin Street, @@ -21,8 +21,9 @@ #ifndef INCLUDED_DTV_DVBT2_PILOTGENERATOR_CC_IMPL_H #define INCLUDED_DTV_DVBT2_PILOTGENERATOR_CC_IMPL_H +#include "../dvb/dvb_defines.h" + #include <gnuradio/dtv/dvbt2_pilotgenerator_cc.h> -#include "dvb/dvb_defines.h" #include <gnuradio/fft/fft.h> #include <vector> @@ -171,4 +172,3 @@ namespace gr { } // namespace gr #endif /* INCLUDED_DTV_DVBT2_PILOTGENERATOR_CC_IMPL_H */ - |