refractor include chain with following policies
- header file only include what it needs for its declarations.
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
#ifndef _TUSB_ERRORS_H_
|
||||
#define _TUSB_ERRORS_H_
|
||||
|
||||
#include <stdint.h>
|
||||
#include "primitive_types.h"
|
||||
#include "../tusb_option.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
Reference in New Issue
Block a user