summaryrefslogtreecommitdiff
path: root/revision.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-03-30 20:47:11 (GMT)
committerJunio C Hamano <gitster@pobox.com>2023-03-30 20:47:11 (GMT)
commitdbb4102f7b1fea1f7e55450951d5692a4bc937d3 (patch)
treebef77543f8a4d457dca53f79ea8e7b0581b6a1a5 /revision.h
parent8d90352acc5c855620042fdcc6092f23a276af6d (diff)
parentc4d9c79378e9108358c3f20e27bc437754cd805d (diff)
downloadgit-dbb4102f7b1fea1f7e55450951d5692a4bc937d3.zip
git-dbb4102f7b1fea1f7e55450951d5692a4bc937d3.tar.gz
git-dbb4102f7b1fea1f7e55450951d5692a4bc937d3.tar.bz2
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
Diffstat (limited to 'revision.h')
-rw-r--r--revision.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/revision.h b/revision.h
index ab71443..649f817 100644
--- a/revision.h
+++ b/revision.h
@@ -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 {