diff options
Diffstat (limited to 'contrib/edi/PFT.h')
-rw-r--r-- | contrib/edi/PFT.h | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/contrib/edi/PFT.h b/contrib/edi/PFT.h index 6d41781..0ff4839 100644 --- a/contrib/edi/PFT.h +++ b/contrib/edi/PFT.h @@ -14,21 +14,21 @@ */ /* - This file is part of ODR-DabMux. + This file is part of the ODR-mmbTools. - ODR-DabMux is free software: you can redistribute it and/or modify + This program 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 of the License, or (at your option) any later version. - ODR-DabMux is distributed in the hope that it will be useful, + This program 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 ODR-DabMux. If not, see <http://www.gnu.org/licenses/>. - */ + along with this program. If not, see <http://www.gnu.org/licenses/>. + */ #pragma once @@ -36,10 +36,11 @@ #include <vector> #include <list> #include <stdexcept> -#include <stdint.h> -#include "edi/AFPacket.h" -#include "edi/ReedSolomon.h" -#include "edi/Config.h" +#include <cstdint> +#include "AFPacket.h" +#include "Log.h" +#include "ReedSolomon.h" +#include "Config.h" namespace edi { |