summaryrefslogtreecommitdiff
path: root/tinyusb/common/errors.h
diff options
context:
space:
mode:
authorhathach <[email protected]>2013-02-28 15:03:18 +0700
committerhathach <[email protected]>2013-02-28 15:06:31 +0700
commitd6548d00636577a7dff4d00470d5cc9c15322ab6 (patch)
treea9f4acc166390250cbddc3224d307b71050b98a3 /tinyusb/common/errors.h
parentf56f6b67499b3ca2a0b2c18cfba7399a4eea6276 (diff)
strengthen include policy. Only limited headers are allowed to included from a header file. Missing needed to be included in *.c
Diffstat (limited to 'tinyusb/common/errors.h')
-rw-r--r--tinyusb/common/errors.h3
1 files changed, 1 insertions, 2 deletions
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" {