git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Nathaniel P Dawson <nathaniel.dawson@gmail.com>
To: git@vger.kernel.org
Cc: Nathaniel P Dawson <nathaniel.dawson@gmail.com>
Subject: [PATCH 4/4] Header Includes Cleanup Part 2
Date: Tue, 31 Mar 2009 02:45:21 -0700	[thread overview]
Message-ID: <1238492721-92484-5-git-send-email-nathaniel.dawson@gmail.com> (raw)
In-Reply-To: <1238492721-92484-4-git-send-email-nathaniel.dawson@gmail.com>

Deleted includes of cache.h where reflog-walk.h was included since
reflog-walk.h includes it.

Signed-off-by: Nathaniel P Dawson <nathaniel.dawson@gmail.com>
---
 log-tree.c    |    3 +--
 reflog-walk.c |    3 +--
 revision.c    |    3 +--
 3 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/log-tree.c b/log-tree.c
index 9565c18..0433e61 100644
--- a/log-tree.c
+++ b/log-tree.c
@@ -1,10 +1,9 @@
-#include "cache.h"
+#include "reflog-walk.h"
 #include "diff.h"
 #include "commit.h"
 #include "tag.h"
 #include "graph.h"
 #include "log-tree.h"
-#include "reflog-walk.h"
 #include "refs.h"
 #include "string-list.h"
 
diff --git a/reflog-walk.c b/reflog-walk.c
index fd065f4..9198500 100644
--- a/reflog-walk.c
+++ b/reflog-walk.c
@@ -1,10 +1,9 @@
-#include "cache.h"
+#include "reflog-walk.h"
 #include "commit.h"
 #include "refs.h"
 #include "diff.h"
 #include "revision.h"
 #include "string-list.h"
-#include "reflog-walk.h"
 
 struct complete_reflogs {
 	char *ref;
diff --git a/revision.c b/revision.c
index 18425d6..b9d2aed 100644
--- a/revision.c
+++ b/revision.c
@@ -1,4 +1,4 @@
-#include "cache.h"
+#include "reflog-walk.h"
 #include "tag.h"
 #include "blob.h"
 #include "commit.h"
@@ -7,7 +7,6 @@
 #include "log-tree.h"
 #include "graph.h"
 #include "grep.h"
-#include "reflog-walk.h"
 #include "patch-ids.h"
 
 volatile show_early_output_fn_t show_early_output;
-- 
1.6.1.3

      reply	other threads:[~2009-03-31  9:47 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-31  9:45 [PATCH 0/4] Header Includes Cleanup Part 2 Nathaniel P Dawson
2009-03-31  9:45 ` [PATCH 1/4] " Nathaniel P Dawson
2009-03-31  9:45   ` [PATCH 2/4] " Nathaniel P Dawson
2009-03-31  9:45     ` [PATCH 3/4] " Nathaniel P Dawson
2009-03-31  9:45       ` Nathaniel P Dawson [this message]

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=1238492721-92484-5-git-send-email-nathaniel.dawson@gmail.com \
    --to=nathaniel.dawson@gmail.com \
    --cc=git@vger.kernel.org \
    /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;
as well as URLs for NNTP newsgroup(s).