- fixed includes after refactor
- fixed mutual inclusions git-svn-id: http://moon:8086/svn/software/trunk/libsrc/cpp@865 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
+4
-4
@@ -5,8 +5,8 @@
|
||||
* Created on 19. Dezember 2014, 18:24
|
||||
*/
|
||||
|
||||
#ifndef VECTOR_HPP
|
||||
#define VECTOR_HPP
|
||||
#ifndef _RADIO_VECTOR_HPP_
|
||||
#define _RADIO_VECTOR_HPP_
|
||||
|
||||
#include <Eigen/Dense>
|
||||
using namespace Eigen;
|
||||
@@ -14,7 +14,7 @@ using namespace Eigen;
|
||||
#include <complex>
|
||||
using namespace std;
|
||||
|
||||
#include "../radio/radio_types.h"
|
||||
#include <radio/radio_types.h>
|
||||
|
||||
using Eigen::Dense;
|
||||
|
||||
@@ -63,5 +63,5 @@ static void toCpxVector(cpx_t *pDst, CVec const &src, uint32_t len)
|
||||
|
||||
} // ::Radio
|
||||
|
||||
#endif /* VECTOR_HPP */
|
||||
#endif /* _RADIO_VECTOR_HPP_ */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user