Commit db301087 by Patrick Steinhardt

config_file: remove unused includes

parent c2749849
...@@ -9,23 +9,17 @@ ...@@ -9,23 +9,17 @@
#include "git2/config.h" #include "git2/config.h"
#include "git2/sys/config.h" #include "git2/sys/config.h"
#include "git2/types.h"
#include "array.h" #include "array.h"
#include "buf_text.h"
#include "buffer.h" #include "buffer.h"
#include "config_backend.h" #include "config_backend.h"
#include "config_entries.h" #include "config_entries.h"
#include "config_parse.h" #include "config_parse.h"
#include "filebuf.h" #include "filebuf.h"
#include "regexp.h" #include "regexp.h"
#include "strmap.h"
#include "sysdir.h" #include "sysdir.h"
#include "wildmatch.h" #include "wildmatch.h"
#include <ctype.h>
#include <sys/types.h>
/* Max depth for [include] directives */ /* Max depth for [include] directives */
#define MAX_INCLUDE_DEPTH 10 #define MAX_INCLUDE_DEPTH 10
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment