- 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:
2022-05-23 11:48:59 +00:00
parent 48707c7d61
commit 8e2d22f95e
7 changed files with 23 additions and 22 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
// --------------------------------------------------------------
#ifndef _FRAME_HPP_
#define _FRAME_HPP_
#ifndef _RADIO_FRAME_HPP_
#define _RADIO_FRAME_HPP_
#include <radio/radio_types.h>
#include <radio/cpx.h>
@@ -304,4 +304,4 @@ private:
};
// --------------------------------------------------------------
#endif // _FRAME_HPP_
#endif // _RADIO_FRAME_HPP_