Skip to content

Commit

Permalink
Merge branch 'ak/fewer-includes'
Browse files Browse the repository at this point in the history
* ak/fewer-includes:
  cat-file: remove unused includes
  git.c: remove unnecessary #includes
  • Loading branch information
Junio C Hamano committed Jan 14, 2015
2 parents ce8e4e3 + 10aff31 commit 09deda3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions builtin/cat-file.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
3 changes: 0 additions & 3 deletions git.c
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
#include "builtin.h"
#include "cache.h"
#include "exec_cmd.h"
#include "help.h"
#include "quote.h"
#include "run-command.h"
#include "commit.h"

const char git_usage_string[] =
"git [--version] [--help] [-C <path>] [-c name=value]\n"
Expand Down

0 comments on commit 09deda3

Please sign in to comment.