From: Marcel Holtmann Date: Sun, 4 Jan 2009 15:43:05 +0000 (+0100) Subject: Remove unused includes and define IFF_LOWER_UP X-Git-Tag: accepted/2.0alpha-wayland/20121110.002834~4185 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=aca8be4723ea5f08ba98c49eb042477920405fea;p=profile%2Fivi%2Fconnman.git Remove unused includes and define IFF_LOWER_UP --- diff --git a/plugins/ethernet.c b/plugins/ethernet.c index 1e797c0..4ef163c 100644 --- a/plugins/ethernet.c +++ b/plugins/ethernet.c @@ -24,13 +24,11 @@ #endif #include -#include -#include -#include -#include -#include -#include -#include +#include + +#ifndef IFF_LOWER_UP +#define IFF_LOWER_UP 0x10000 +#endif #include