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/binary.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tinyusb/common/binary.h') diff --git a/tinyusb/common/binary.h b/tinyusb/common/binary.h index ef994ddb0..ea0f590e9 100644 --- a/tinyusb/common/binary.h +++ b/tinyusb/common/binary.h @@ -55,7 +55,7 @@ extern "C" { #endif -#include +#include "primitive_types.h" /// n-th Bit #define BIT_(n) (1 << (n)) -- cgit v1.3.1