- 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:
+3
-3
@@ -1,6 +1,6 @@
|
||||
// --------------------------------------------------------------
|
||||
#ifndef STATISTICS_H
|
||||
#define STATISTICS_H
|
||||
#ifndef _RADIO_STATISTICS_H_
|
||||
#define _RADIO_STATISTICS_H_
|
||||
|
||||
#include <stdio.h> // Trace()
|
||||
#include <stdarg.h> // Trace()
|
||||
@@ -91,4 +91,4 @@ void TracePrint(trace_t *pObj, const char *fmt, ... );
|
||||
#endif // __cplusplus
|
||||
|
||||
// --------------------------------------------------------------
|
||||
#endif // STATISTICS_H
|
||||
#endif // _RADIO_STATISTICS_H_
|
||||
|
||||
Reference in New Issue
Block a user