summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Steinhardt <ps@pks.im>2019-10-24 12:17:02 +0200
committerPatrick Steinhardt <ps@pks.im>2019-11-05 12:34:19 +0100
commitdb301087d65404a3ccefde8e12f45c5adaff7d99 (patch)
tree537ce65907caaa0a8155d62ade7c04a9dc8a94b9
parentc2749849e787f243147ac2c910f4579fb26ca0ef (diff)
downloadlibgit2-db301087d65404a3ccefde8e12f45c5adaff7d99.tar.gz
config_file: remove unused includes
-rw-r--r--src/config_file.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/config_file.c b/src/config_file.c
index f4d881ff2..60e21907a 100644
--- a/src/config_file.c
+++ b/src/config_file.c
@@ -9,23 +9,17 @@
#include "git2/config.h"
#include "git2/sys/config.h"
-#include "git2/types.h"
#include "array.h"
-#include "buf_text.h"
#include "buffer.h"
#include "config_backend.h"
#include "config_entries.h"
#include "config_parse.h"
#include "filebuf.h"
#include "regexp.h"
-#include "strmap.h"
#include "sysdir.h"
#include "wildmatch.h"
-#include <ctype.h>
-#include <sys/types.h>
-
/* Max depth for [include] directives */
#define MAX_INCLUDE_DEPTH 10