fix c++ include paths

This commit is contained in:
Max 2022-05-19 21:38:07 -04:00
parent d1ee843822
commit 702370af8c
6 changed files with 8 additions and 8 deletions

View File

@ -1,7 +1,7 @@
#include <stdio.h>
#include <vector>
#include <bch.h>
#include "bch.h"
/*
* Copyright 2010, KA1RBI
*/

View File

@ -29,7 +29,7 @@
#include "p25p2_vf.h"
#include "dstar_tx_sb_impl.h"
// #include "dstar_const.h"
#include <op25_imbe_frame.h>
#include "op25_imbe_frame.h"
#include "dstar_header.h"
#include <vector>

View File

@ -30,7 +30,7 @@
#include "p25p2_vf.h"
#include "nxdn_tx_sb_impl.h"
#include "nxdn_const.h"
#include <op25_imbe_frame.h>
#include "op25_imbe_frame.h"
#include <vector>
#include <stdint.h>

View File

@ -7,10 +7,10 @@
#include <vector>
#include <stdio.h>
#include <stdint.h>
#include <bch.h>
#include "bch.h"
#include <sys/time.h>
#include <op25_p25_frame.h>
#include <p25_framer.h>
#include "op25_p25_frame.h"
#include "p25_framer.h"
#include "check_frame_sync.h"

View File

@ -8,7 +8,7 @@
#include <stdio.h>
#include <stdint.h>
#include <sys/time.h>
#include <p25p2_framer.h>
#include "p25p2_framer.h"
#include "check_frame_sync.h"

View File

@ -29,7 +29,7 @@
#include "p25p2_vf.h"
#include "ysf_tx_sb_impl.h"
#include "ysf_const.h"
#include <op25_imbe_frame.h>
#include "op25_imbe_frame.h"
#include <vector>
#include <stdint.h>