continue to strengthen include policy

This commit is contained in:
hathach 2013-02-28 15:58:18 +07:00
parent d6548d0063
commit 82bd4719ce
6 changed files with 10 additions and 10 deletions

View File

@ -37,11 +37,13 @@
#include "unity.h"
#include "errors.h"
#include "usbh.h"
#include "descriptor_test.h"
#include "mock_osal.h"
#include "usbh.h"
#include "mock_hcd.h"
#include "mock_usbh_hcd.h"
#include "usbh_hcd.h"
#include "mock_tusb_callback.h"
#include "mock_hid_host.h"

View File

@ -37,10 +37,12 @@
#include "unity.h"
#include "errors.h"
#include "usbh.h"
#include "mock_osal.h"
#include "usbh.h"
#include "mock_hcd.h"
#include "mock_usbh_hcd.h"
#include "usbh_hcd.h"
#include "mock_tusb_callback.h"
#include "mock_hid_host.h"

View File

@ -35,7 +35,7 @@
* This file is part of the tiny usb stack.
*/
#include "tusb_option.h"
#include "common/common.h"
#ifdef TUSB_CFG_HOST

View File

@ -58,8 +58,6 @@
//--------------------------------------------------------------------+
// INCLUDE
//--------------------------------------------------------------------+
#include "common/common.h"
#include "osal/osal.h"
#include "hcd.h"
//--------------------------------------------------------------------+

View File

@ -59,9 +59,6 @@
// INCLUDE
//--------------------------------------------------------------------+
#include "common/common.h"
#include "osal/osal.h"
#include "hcd.h"
#include "usbh.h"
//--------------------------------------------------------------------+
// USBH

View File

@ -50,6 +50,7 @@
#include "common/common.h"
#include "hal/hal.h"
#include "osal/osal.h"
#ifdef TUSB_CFG_HOST
#include "host/usbh.h"