- 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,10 +5,10 @@
|
||||
* Created on 22. Dezember 2014, 12:51
|
||||
*/
|
||||
|
||||
#ifndef NCO_HPP
|
||||
#define NCO_HPP
|
||||
#ifndef _RADIO_NCO_HPP_
|
||||
#define _RADIO_NCO_HPP_
|
||||
|
||||
#include "radio/Vector.hpp"
|
||||
#include "Vector.hpp"
|
||||
|
||||
namespace Radio
|
||||
{
|
||||
@@ -140,5 +140,5 @@ private:
|
||||
} // ::Radio
|
||||
|
||||
|
||||
#endif /* NCO_HPP */
|
||||
#endif /* _RADIO_NCO_HPP_ */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user