mirror of
https://github.com/git/git.git
synced 2026-01-09 09:36:36 +00:00
Merge branch 'sg/parse-options-h-users'
Code clean-up to include and/or uninclude parse-options.h file as needed. * sg/parse-options-h-users: treewide: remove unnecessary inclusions of parse-options.h from headers treewide: include parse-options.h in source files
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
#define REVISION_H
|
||||
|
||||
#include "commit.h"
|
||||
#include "parse-options.h"
|
||||
#include "grep.h"
|
||||
#include "notes.h"
|
||||
#include "pretty.h"
|
||||
@@ -62,6 +61,8 @@ struct string_list;
|
||||
struct saved_parents;
|
||||
struct bloom_key;
|
||||
struct bloom_filter_settings;
|
||||
struct option;
|
||||
struct parse_opt_ctx_t;
|
||||
define_shared_commit_slab(revision_sources, char *);
|
||||
|
||||
struct rev_cmdline_info {
|
||||
|
||||
Reference in New Issue
Block a user