/* configfile.c: parsing of config files
*
- * Copyright (C) 2008 Lars Hjemli
+ * Copyright (C) 2006-2014 cgit Development Team <cgit@lists.zx2c4.com>
*
* Licensed under GNU General Public License v2
* (see COPYING for full license text)
*/
-#include <ctype.h>
-#include <stdio.h>
+#include <git-compat-util.h>
#include "configfile.h"
static int next_char(FILE *f)