batman-adv: Remove duplicate types.h inclusions
types.h is included by main.h, which is included at the beginning of any other c-file anyway. Therefore this commit removes those duplicate inclussions. Signed-off-by: Linus Lüssing <linus.luessing@ascom.ch> Signed-off-by: Sven Eckelmann <sven@narfation.org>
This commit is contained in:

committed by
Sven Eckelmann

parent
1406206416
commit
ee1e884194
@@ -26,7 +26,6 @@
|
||||
#include "send.h"
|
||||
#include "bat_debugfs.h"
|
||||
#include "translation-table.h"
|
||||
#include "types.h"
|
||||
#include "hash.h"
|
||||
#include "gateway_common.h"
|
||||
#include "gateway_client.h"
|
||||
|
Reference in New Issue
Block a user