- fixed includes after refactor
- fixed mutual inclusions git-svn-id: http://moon:8086/svn/software/trunk/libsrc/radio@866 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// --------------------------------------------------------------
|
||||
#ifndef REAL_H
|
||||
#define REAL_H
|
||||
#ifndef _RADIO_REAL_H_
|
||||
#define _RADIO_REAL_H_
|
||||
|
||||
#include "radio_types.h"
|
||||
|
||||
@@ -28,4 +28,4 @@ radio_float_t dpow(radio_float_t base, radio_float_t exp);
|
||||
#endif // __cplusplus
|
||||
|
||||
// --------------------------------------------------------------
|
||||
#endif // REAL_H
|
||||
#endif // _RADIO_REAL_H_
|
||||
|
||||
Reference in New Issue
Block a user