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/common/errors.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tinyusb/common/errors.h') diff --git a/tinyusb/common/errors.h b/tinyusb/common/errors.h index 5ed6e6549..939f6c433 100644 --- a/tinyusb/common/errors.h +++ b/tinyusb/common/errors.h @@ -49,8 +49,7 @@ #ifndef _TUSB_ERRORS_H_ #define _TUSB_ERRORS_H_ -#include "primitive_types.h" -#include "../tusb_option.h" +#include "tusb_option.h" #ifdef __cplusplus extern "C" { -- cgit v1.3.1