summaryrefslogtreecommitdiff
path: root/tinyusb/common/errors.h
diff options
context:
space:
mode:
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" {