diff options
| author | hathach <[email protected]> | 2013-02-04 13:13:07 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-02-04 13:13:07 +0700 |
| commit | a5b29c5d333fc5fe3bcd01de145e130765ed1d48 (patch) | |
| tree | 02d62073dd521ce43e98ad46a5c177dd198e62c7 /tinyusb/core/std_descriptors.h | |
| parent | 5ec56120e678672c9da1953ad1890ecfa7bdb773 (diff) | |
refractor include chain with following policies
- header file only include what it needs for its declarations.
Diffstat (limited to 'tinyusb/core/std_descriptors.h')
| -rw-r--r-- | tinyusb/core/std_descriptors.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tinyusb/core/std_descriptors.h b/tinyusb/core/std_descriptors.h index dc43bce76..b21a4ec95 100644 --- a/tinyusb/core/std_descriptors.h +++ b/tinyusb/core/std_descriptors.h @@ -52,7 +52,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" //--------------------------------------------------------------------+ // STANDARD DESCRIPTORS |
