public inbox for b.a.t.m.a.n@lists.open-mesh.org
 help / color / mirror / Atom feed
From: "Linus Lüssing" <linus.luessing@ascom.ch>
To: b.a.t.m.a.n@lists.open-mesh.org
Cc: "Linus Lüssing" <linus.luessing@acsom.ch>,
	"Linus Lüssing" <linus.luessing@ascom.ch>
Subject: [B.A.T.M.A.N.] [PATCH 2/2] batman-adv: Switch order of types.h and compat.h inclusion
Date: Fri,  4 Feb 2011 14:57:13 +0100	[thread overview]
Message-ID: <1296827833-27595-2-git-send-email-linus.luessing@ascom.ch> (raw)
In-Reply-To: <1296827833-27595-1-git-send-email-linus.luessing@ascom.ch>

The compat.h changes should be transparent for any other of our source
files - even for types.h. Therefore switching the order.

Signed-off-by: Linus Lüssing <linus.luessing@acsom.ch>
---
 main.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/batman-adv/main.h b/batman-adv/main.h
index 1ec9986..bd8470d 100644
--- a/batman-adv/main.h
+++ b/batman-adv/main.h
@@ -114,10 +114,10 @@
 #include <net/sock.h>		/* struct sock */
 #include <linux/jiffies.h>
 #include <linux/seq_file.h>
-#include "types.h"
-
 #include "compat.h"
 
+#include "types.h"
+
 #ifndef REVISION_VERSION
 #define REVISION_VERSION_STR ""
 #else
-- 
1.7.2.3


  reply	other threads:[~2011-02-04 13:57 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-04 13:57 [B.A.T.M.A.N.] [PATCH 1/2] batman-adv: Remove duplicate types.h inclusions Linus Lüssing
2011-02-04 13:57 ` Linus Lüssing [this message]
2011-02-06 23:06   ` [B.A.T.M.A.N.] [PATCH 2/2] batman-adv: Switch order of types.h and compat.h inclusion Marek Lindner
2011-02-05  3:51 ` [B.A.T.M.A.N.] [PATCH 1/2] batman-adv: Remove duplicate types.h inclusions Sven Eckelmann
2011-02-06 23:05 ` Marek Lindner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1296827833-27595-2-git-send-email-linus.luessing@ascom.ch \
    --to=linus.luessing@ascom.ch \
    --cc=b.a.t.m.a.n@lists.open-mesh.org \
    --cc=linus.luessing@acsom.ch \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox