SZEDER Gábor
49fd551194
treewide: include parse-options.h in source files
...
The builtins 'ls-remote', 'pack-objects', 'receive-pack', 'reflog' and
'send-pack' use parse_options(), but their source files don't directly
include 'parse-options.h'. Furthermore, the source files
'diagnose.c', 'list-objects-filter-options.c', 'remote.c' and
'send-pack.c' define option parsing callback functions, while
'revision.c' defines an option parsing helper function, and thus need
access to various fields in 'struct option' and 'struct
parse_opt_ctx_t', but they don't directly include 'parse-options.h'
either. They all can still be built, of course, because they include
one of the header files that does include 'parse-options.h' (though
unnecessarily, see the next commit).
Add those missing includes to these files, as our general rule is that
"a C file must directly include the header files that declare the
functions and the types it uses".
Signed-off-by: SZEDER Gábor <szeder.dev@gmail.com >
Reviewed-by: Elijah Newren <newren@gmail.com >
Signed-off-by: Junio C Hamano <gitster@pobox.com >
2023-03-20 11:26:47 -07:00
..
2023-02-06 15:03:34 -08:00
2023-02-22 14:55:45 -08:00
2022-04-06 09:42:14 -07:00
2022-08-19 11:13:14 -07:00
2023-01-13 14:17:14 -08:00
2022-10-13 09:32:57 -07:00
2022-12-19 11:46:18 +09:00
2022-11-21 12:32:48 +09:00
2023-01-05 15:07:22 +09:00
2023-01-05 15:07:17 +09:00
2023-01-14 08:49:55 -08:00
2022-11-21 12:06:15 +09:00
2022-07-01 11:43:42 -07:00
2021-10-15 13:09:40 -07:00
2022-11-21 12:06:15 +09:00
2023-02-06 15:03:34 -08:00
2023-02-22 14:55:45 -08:00
2023-02-22 14:55:45 -08:00
2021-08-26 14:36:27 -07:00
2023-02-06 15:34:38 -08:00
2022-10-13 09:32:57 -07:00
2023-02-10 11:38:40 -08:00
2022-11-21 12:32:48 +09:00
2022-02-04 13:58:28 -08:00
2023-02-22 15:18:58 -08:00
2021-09-14 09:30:54 -07:00
2021-07-26 12:17:16 -07:00
2021-10-28 09:57:09 -07:00
2022-11-21 12:06:15 +09:00
2022-10-28 11:26:54 -07:00
2022-11-21 12:06:15 +09:00
2022-11-21 12:06:15 +09:00
2022-11-21 12:06:15 +09:00
2022-12-14 15:55:46 +09:00
2023-01-17 14:32:06 -08:00
2022-12-13 22:16:23 +09:00
2022-09-01 10:49:48 -07:00
2022-09-12 08:38:59 -07:00
2023-02-21 12:09:40 -08:00
2021-12-20 14:55:02 -08:00
2021-10-20 14:33:07 -07:00
2022-11-14 22:39:25 -05:00
2022-11-21 12:06:15 +09:00
2022-12-19 11:46:17 +09:00
2022-11-23 11:22:24 +09:00
2022-11-21 12:06:14 +09:00
2023-01-27 08:51:41 -08:00
2022-10-28 11:26:54 -07:00
2023-02-08 12:50:03 -08:00
2022-06-17 10:38:26 -07:00
2022-10-13 09:32:57 -07:00
2022-10-13 09:32:57 -07:00
2023-02-17 15:43:09 -08:00
2022-11-21 12:32:48 +09:00
2023-03-20 11:26:47 -07:00
2023-01-23 13:39:50 -08:00
2022-05-20 15:26:59 -07:00
2022-10-13 09:32:56 -07:00
2022-07-01 11:43:43 -07:00
2022-11-21 12:06:15 +09:00
2022-11-21 12:06:15 +09:00
2022-03-07 11:57:52 -08:00
2022-12-26 11:42:05 +09:00
2023-02-22 14:55:45 -08:00
2022-03-16 17:53:08 -07:00
2022-06-21 10:12:15 -07:00
2022-10-06 09:56:51 -07:00
2023-02-10 11:37:27 -08:00
2023-02-22 14:55:45 -08:00
2022-11-16 14:57:32 -05:00
2023-03-20 11:26:47 -07:00
2022-10-13 09:32:56 -07:00
2022-10-13 09:32:56 -07:00
2022-10-24 15:44:20 -07:00
2022-02-04 13:58:28 -08:00
2022-11-21 15:58:54 +09:00
2022-11-21 12:06:15 +09:00
2023-02-06 15:34:40 -08:00
2022-12-02 08:25:29 +09:00
2022-12-26 10:21:44 +09:00
2023-02-06 16:03:53 -08:00
2023-03-20 11:26:47 -07:00
2023-03-20 11:26:47 -07:00
2023-01-08 10:34:37 +09:00
2023-01-08 10:34:35 +09:00
2022-11-08 17:15:12 -05:00
2023-02-06 15:34:37 -08:00
2022-08-05 14:13:12 -07:00
2022-12-13 22:16:23 +09:00
2023-02-22 14:55:45 -08:00
2022-11-23 11:22:25 +09:00
2022-12-14 15:55:46 +09:00
2023-02-06 16:03:52 -08:00
2023-02-10 11:31:16 -08:00
2023-03-20 11:26:47 -07:00
2022-10-24 14:48:05 -07:00
2023-02-06 15:34:39 -08:00
2022-10-28 11:26:54 -07:00
2023-01-17 14:32:06 -08:00
2023-02-22 14:55:45 -08:00
2022-02-04 13:58:28 -08:00
2023-01-08 10:28:34 +09:00
2022-10-28 11:26:54 -07:00
2022-10-13 09:32:56 -07:00
2022-11-21 12:32:48 +09:00
2022-06-13 10:22:36 -07:00
2023-02-10 11:37:27 -08:00
2021-09-03 11:35:15 -07:00
2022-10-13 09:32:56 -07:00
2022-10-13 09:32:56 -07:00
2022-10-13 09:32:56 -07:00
2022-12-18 11:48:26 +09:00
2022-10-13 09:32:56 -07:00
2022-10-13 09:32:56 -07:00
2022-10-13 09:32:56 -07:00
2023-02-06 15:34:38 -08:00
2023-02-10 11:37:49 -08:00