staging: rtl8188eu: remove redundant includes

Both osdep_service.h and drv_types.h are included from hal_intf.h,
so remove the redundant includes from hal_intf.c.

Signed-off-by: Michael Straube <straube.linux@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Michael Straube 2018-07-29 20:54:44 +02:00 committed by Greg Kroah-Hartman
parent 30622c87c3
commit 816f4a46e0
1 changed files with 0 additions and 2 deletions

View File

@ -6,8 +6,6 @@
******************************************************************************/
#define _HAL_INTF_C_
#include <osdep_service.h>
#include <drv_types.h>
#include <hal_intf.h>
uint rtw_hal_init(struct adapter *adapt)