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

@@ -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"