From a5b29c5d333fc5fe3bcd01de145e130765ed1d48 Mon Sep 17 00:00:00 2001 From: hathach Date: Mon, 4 Feb 2013 13:13:07 +0700 Subject: refractor include chain with following policies - header file only include what it needs for its declarations. --- tinyusb/core/std_request.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tinyusb/core/std_request.h') diff --git a/tinyusb/core/std_request.h b/tinyusb/core/std_request.h index 7b95fed8d..327bc85b7 100644 --- a/tinyusb/core/std_request.h +++ b/tinyusb/core/std_request.h @@ -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 { -- cgit v1.3.1