continue to strengthen include policy
This commit is contained in:
@@ -37,11 +37,13 @@
|
|||||||
|
|
||||||
#include "unity.h"
|
#include "unity.h"
|
||||||
#include "errors.h"
|
#include "errors.h"
|
||||||
#include "usbh.h"
|
|
||||||
#include "descriptor_test.h"
|
#include "descriptor_test.h"
|
||||||
|
|
||||||
#include "mock_osal.h"
|
#include "mock_osal.h"
|
||||||
|
#include "usbh.h"
|
||||||
#include "mock_hcd.h"
|
#include "mock_hcd.h"
|
||||||
#include "mock_usbh_hcd.h"
|
#include "usbh_hcd.h"
|
||||||
|
|
||||||
#include "mock_tusb_callback.h"
|
#include "mock_tusb_callback.h"
|
||||||
#include "mock_hid_host.h"
|
#include "mock_hid_host.h"
|
||||||
|
|
||||||
|
@@ -37,10 +37,12 @@
|
|||||||
|
|
||||||
#include "unity.h"
|
#include "unity.h"
|
||||||
#include "errors.h"
|
#include "errors.h"
|
||||||
#include "usbh.h"
|
|
||||||
#include "mock_osal.h"
|
#include "mock_osal.h"
|
||||||
|
#include "usbh.h"
|
||||||
#include "mock_hcd.h"
|
#include "mock_hcd.h"
|
||||||
#include "mock_usbh_hcd.h"
|
#include "usbh_hcd.h"
|
||||||
|
|
||||||
#include "mock_tusb_callback.h"
|
#include "mock_tusb_callback.h"
|
||||||
#include "mock_hid_host.h"
|
#include "mock_hid_host.h"
|
||||||
|
|
||||||
|
@@ -35,7 +35,7 @@
|
|||||||
* This file is part of the tiny usb stack.
|
* This file is part of the tiny usb stack.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "tusb_option.h"
|
#include "common/common.h"
|
||||||
|
|
||||||
#ifdef TUSB_CFG_HOST
|
#ifdef TUSB_CFG_HOST
|
||||||
|
|
||||||
|
@@ -58,8 +58,6 @@
|
|||||||
//--------------------------------------------------------------------+
|
//--------------------------------------------------------------------+
|
||||||
// INCLUDE
|
// INCLUDE
|
||||||
//--------------------------------------------------------------------+
|
//--------------------------------------------------------------------+
|
||||||
#include "common/common.h"
|
|
||||||
#include "osal/osal.h"
|
|
||||||
#include "hcd.h"
|
#include "hcd.h"
|
||||||
|
|
||||||
//--------------------------------------------------------------------+
|
//--------------------------------------------------------------------+
|
||||||
|
@@ -59,9 +59,6 @@
|
|||||||
// INCLUDE
|
// INCLUDE
|
||||||
//--------------------------------------------------------------------+
|
//--------------------------------------------------------------------+
|
||||||
#include "common/common.h"
|
#include "common/common.h"
|
||||||
#include "osal/osal.h"
|
|
||||||
#include "hcd.h"
|
|
||||||
#include "usbh.h"
|
|
||||||
|
|
||||||
//--------------------------------------------------------------------+
|
//--------------------------------------------------------------------+
|
||||||
// USBH
|
// USBH
|
||||||
|
@@ -50,6 +50,7 @@
|
|||||||
|
|
||||||
#include "common/common.h"
|
#include "common/common.h"
|
||||||
#include "hal/hal.h"
|
#include "hal/hal.h"
|
||||||
|
#include "osal/osal.h"
|
||||||
|
|
||||||
#ifdef TUSB_CFG_HOST
|
#ifdef TUSB_CFG_HOST
|
||||||
#include "host/usbh.h"
|
#include "host/usbh.h"
|
||||||
|
Reference in New Issue
Block a user