From patchwork Mon May 2 14:53:44 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marek Lindner X-Patchwork-Id: 939 Return-Path: Received: from nm18-vm0.bullet.mail.ukl.yahoo.com (nm18-vm0.bullet.mail.ukl.yahoo.com [217.146.183.95]) by open-mesh.org (Postfix) with SMTP id 1E2D5154212 for ; Mon, 2 May 2011 16:54:21 +0200 (CEST) Authentication-Results: open-mesh.org; dkim=pass (1024-bit key) header.i=@yahoo.de; dkim-adsp=none Received: from [217.146.183.211] by nm18.bullet.mail.ukl.yahoo.com with NNFMP; 02 May 2011 14:54:20 -0000 Received: from [77.238.184.67] by tm4.bullet.mail.ukl.yahoo.com with NNFMP; 02 May 2011 14:54:20 -0000 Received: from [127.0.0.1] by smtp136.mail.ukl.yahoo.com with NNFMP; 02 May 2011 14:54:20 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.de; s=s1024; t=1304348060; bh=S6Ym3wgip3hFK4ZgaHGnBl16mMOMeYpZHdiyZTVsbKA=; h=X-Yahoo-Newman-Id:Received:X-Yahoo-SMTP:X-YMail-OSG:X-Yahoo-Newman-Property:From:To:Cc:Subject:Date:Message-Id:X-Mailer; b=Gj3syvNb5/tX7tlf8GpbkoVDSELKgkN2Jevbt24pvUJBknXusSfL3Ppfi8WGLqAPOhEW2KPC0rJ9kUhnty0JXc++fEgmcfsxvY6IIeA9yPcxCdhIE+2PNbf3tWGdQ5DwiVil1mO6TUEk/xN1FFgSX8sPS/3ZpsqNbLn79nl29O8= X-Yahoo-Newman-Id: 556726.86115.bm@smtp136.mail.ukl.yahoo.com Received: from localhost (lindner_marek@90.61.189.28 with plain) by smtp136.mail.ukl.yahoo.com with SMTP; 02 May 2011 14:54:20 +0000 GMT X-Yahoo-SMTP: tW.h3tiswBBMXO2coYcbPigGD5Lt6zY_.Zc- X-YMail-OSG: 2i62hHsVM1mwf6gWACrAirQNZI5q9Yd3xKFyI3Q4A33ujtC 9LYG5dRZSSAb.8c2zJw7eSoEAAgRt6yRke_Cqpzf2KFgBbXprKcSJ68XN_ax qtOtCsfgRw.MED_UPyScalHQtv7sOvlE.kQF9Rx0lrHeapGj4DZTyWUBOQhr yC4zJKcENDyXIdRqWMYm5Freq_AY15Q7Op7Z70JpvTBbQhgBz00SvSk5OA35 9_MXJtjfqP66zp2_ttGEalbAkwregIN43u6fR07O0dzXv5JcYGnyHspjOYpK D.wHDZU3omUSQINd6yPAd8IWMubjrHAeHCUX0t_C6piLPqsr66pixmEu2wl6 Fk5qqLA-- X-Yahoo-Newman-Property: ymail-3 From: Marek Lindner To: b.a.t.m.a.n@lists.open-mesh.org Date: Mon, 2 May 2011 16:53:44 +0200 Message-Id: <1304348024-11681-1-git-send-email-lindner_marek@yahoo.de> X-Mailer: git-send-email 1.7.2.3 Cc: Marek Lindner Subject: [B.A.T.M.A.N.] [PATCH] batman-adv: purge unnecessary include X-BeenThere: b.a.t.m.a.n@lists.open-mesh.org X-Mailman-Version: 2.1.13 Precedence: list Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 May 2011 14:54:21 -0000 Signed-off-by: Marek Lindner --- compat.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/compat.h b/compat.h index 0c5ad82..bddf7e2 100644 --- a/compat.h +++ b/compat.h @@ -26,7 +26,6 @@ #define _NET_BATMAN_ADV_COMPAT_H_ #include /* LINUX_VERSION_CODE */ -#include "bat_sysfs.h" /* struct bat_attribute */ #ifndef IPPROTO_UDP #define IPPROTO_UDP 17