aboutsummaryrefslogtreecommitdiff
path: root/configfile.h
diff refs
from: back
to: back
| flip
diff options
context:
space:
mode:
Diffstat (limited to 'configfile.h')
-rw-r--r--configfile.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/configfile.h b/configfile.h
index af7ca19..04235e5 100644
--- a/configfile.h
+++ b/configfile.h
@@ -1,8 +1,6 @@
#ifndef CONFIGFILE_H
#define CONFIGFILE_H
-#include "cgit.h"
-
typedef void (*configfile_value_fn)(const char *name, const char *value);
extern int parse_configfile(const char *filename, configfile_value_fn fn);