From d6548d00636577a7dff4d00470d5cc9c15322ab6 Mon Sep 17 00:00:00 2001 From: hathach Date: Thu, 28 Feb 2013 15:03:18 +0700 Subject: strengthen include policy. Only limited headers are allowed to included from a header file. Missing needed to be included in *.c --- tinyusb/core/std_request.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'tinyusb/core/std_request.h') diff --git a/tinyusb/core/std_request.h b/tinyusb/core/std_request.h index fb004c607..189bc9c2c 100644 --- a/tinyusb/core/std_request.h +++ b/tinyusb/core/std_request.h @@ -55,11 +55,6 @@ extern "C" { #endif -#include "tusb_option.h" -#include "common/primitive_types.h" -#include "common/compiler/compiler.h" -#include "common/binary.h" - typedef ATTR_PREPACKED struct ATTR_PACKED { ATTR_PREPACKED struct ATTR_PACKED { uint8_t recipient : 5; /**< Recipient type. */ -- cgit v1.3.1