refractor include chain with following policies

- header file only include what it needs for its declarations.
This commit is contained in:
hathach
2013-02-04 13:13:07 +07:00
parent 5ec56120e6
commit a5b29c5d33
11 changed files with 35 additions and 19 deletions

View File

@@ -55,7 +55,10 @@
extern "C" {
#endif
#include "common/common.h"
#include "tusb_option.h"
#include "common/primitive_types.h"
#include "common/compiler/compiler.h"
#include "common/binary.h"
typedef ATTR_PREPACKED struct ATTR_PACKED {
struct {