From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Mon, 7 Feb 2011 00:05:52 +0100 References: <1296827833-27595-1-git-send-email-linus.luessing@ascom.ch> In-Reply-To: <1296827833-27595-1-git-send-email-linus.luessing@ascom.ch> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-Id: <201102070005.53194.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH 1/2] batman-adv: Remove duplicate types.h inclusions 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: , To: The list for a Better Approach To Mobile Ad-hoc Networking On Friday 04 February 2011 14:57:12 Linus L=C3=BCssing wrote: > 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. Applied in revision 1931. Thanks, Marek