Fix a few missing/extra includes

This commit is contained in:
Colomban Wendling 2014-05-27 20:25:04 +02:00
parent 7a4b524661
commit d6e9e40ccc
3 changed files with 4 additions and 2 deletions

View File

@ -54,6 +54,7 @@
#include <string.h>
#include <ctype.h>
#include <stdarg.h>
#include <gdk/gdkkeysyms.h>

View File

@ -24,7 +24,6 @@
#include "document.h"
#include <stdarg.h>
#include "gtkcompat.h"
G_BEGIN_DECLS

View File

@ -27,9 +27,11 @@
#ifndef GEANY_UTILS_H
#define GEANY_UTILS_H 1
#include <string.h>
#include <time.h>
#include <glib.h>
#include <gdk/gdk.h> /* for GdkColor */
#include <time.h>
G_BEGIN_DECLS