Skip to content

Commit db30108

Browse files
committed
config_file: remove unused includes
1 parent c274984 commit db30108

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/config_file.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,17 @@
99

1010
#include "git2/config.h"
1111
#include "git2/sys/config.h"
12-
#include "git2/types.h"
1312

1413
#include "array.h"
15-
#include "buf_text.h"
1614
#include "buffer.h"
1715
#include "config_backend.h"
1816
#include "config_entries.h"
1917
#include "config_parse.h"
2018
#include "filebuf.h"
2119
#include "regexp.h"
22-
#include "strmap.h"
2320
#include "sysdir.h"
2421
#include "wildmatch.h"
2522

26-
#include <ctype.h>
27-
#include <sys/types.h>
28-
2923
/* Max depth for [include] directives */
3024
#define MAX_INCLUDE_DEPTH 10
3125

0 commit comments

Comments
 (0)