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/common/errors.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tinyusb/common/errors.h') diff --git a/tinyusb/common/errors.h b/tinyusb/common/errors.h index f885362e7..9839f42f4 100644 --- a/tinyusb/common/errors.h +++ b/tinyusb/common/errors.h @@ -49,7 +49,7 @@ #ifndef _TUSB_ERRORS_H_ #define _TUSB_ERRORS_H_ -#include +#include "primitive_types.h" #include "../tusb_option.h" #ifdef __cplusplus -- cgit v1.3.1