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
12 files changed:
#ifndef LIST_OBJECTS_FILTER_OPTIONS_H
#define LIST_OBJECTS_FILTER_OPTIONS_H
-#include "cache.h"
+#include "object.h"
- #include "parse-options.h"
#include "string-list.h"
+#include "strbuf.h"
+ struct option;
+
/*
* The list of defined filters for list-objects.
*/
#ifndef REMOTE_H
#define REMOTE_H
- #include "parse-options.h"
-#include "cache.h"
#include "hashmap.h"
#include "refspec.h"