From 80aba53616a5f2f97adf386a2a3ccd5fb0dbfdd6 Mon Sep 17 00:00:00 2001 From: Pekka Enberg Date: Thu, 30 Oct 2008 13:04:29 +0200 Subject: Staging: w35und: #include cleanup This patch moves #includes from sysdef.h and common.h to the files which actually need them. This makes the dependencies less complex and allows us to move code around much easily. Acked-by: Pavel Machek Signed-off-by: Pekka Enberg --- drivers/staging/winbond/sme_api.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'drivers/staging/winbond/sme_api.h') diff --git a/drivers/staging/winbond/sme_api.h b/drivers/staging/winbond/sme_api.h index 745eb376bc7..33183dae59f 100644 --- a/drivers/staging/winbond/sme_api.h +++ b/drivers/staging/winbond/sme_api.h @@ -13,6 +13,10 @@ #ifndef __SME_API_H__ #define __SME_API_H__ +#include + +#include "localpara.h" + /****************** INCLUDE FILES SECTION ***********************************/ //#include "GL\gl_core.h" -- cgit v1.2.3