git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] cat-file: Remove unused includes
@ 2015-01-08 18:56 Alexander Kuleshov
  2015-01-08 19:45 ` Junio C Hamano
  0 siblings, 1 reply; 6+ messages in thread
From: Alexander Kuleshov @ 2015-01-08 18:56 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git, Alexander Kuleshov

Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
---
 builtin/cat-file.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/builtin/cat-file.c b/builtin/cat-file.c
index f8d8129..750b5a2 100644
--- a/builtin/cat-file.c
+++ b/builtin/cat-file.c
@@ -4,12 +4,8 @@
  * Copyright (C) Linus Torvalds, 2005
  */
 #include "cache.h"
-#include "exec_cmd.h"
-#include "tag.h"
-#include "tree.h"
 #include "builtin.h"
 #include "parse-options.h"
-#include "diff.h"
 #include "userdiff.h"
 #include "streaming.h"
 
-- 
2.2.1.269.g787aadb.dirty

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-01-09 19:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-08 18:56 [PATCH] cat-file: Remove unused includes Alexander Kuleshov
2015-01-08 19:45 ` Junio C Hamano
2015-01-08 20:21   ` Alexander Kuleshov
2015-01-09  8:21     ` Alexander Kuleshov
2015-01-09 19:07       ` Junio C Hamano
2015-01-09 19:15         ` Alexander Kuleshov

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).