fix c++ include paths
parent
d1ee843822
commit
702370af8c
|
@ -1,7 +1,7 @@
|
|||
|
||||
#include <stdio.h>
|
||||
#include <vector>
|
||||
#include <bch.h>
|
||||
#include "bch.h"
|
||||
/*
|
||||
* Copyright 2010, KA1RBI
|
||||
*/
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue