[geany/geany] d6e9e4: Fix a few missing/extra includes

Colomban Wendling git-noreply at xxxxx
Tue May 27 18:25:04 UTC 2014


Branch:      refs/heads/master
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Tue, 27 May 2014 18:25:04 UTC
Commit:      d6e9e40ccc7966228aa684e8b00caa7150448378
             https://github.com/geany/geany/commit/d6e9e40ccc7966228aa684e8b00caa7150448378

Log Message:
-----------
Fix a few missing/extra includes


Modified Paths:
--------------
    src/ui_utils.c
    src/ui_utils.h
    src/utils.h

Modified: src/ui_utils.c
1 lines changed, 1 insertions(+), 0 deletions(-)
===================================================================
@@ -54,6 +54,7 @@
 
 #include <string.h>
 #include <ctype.h>
+#include <stdarg.h>
 #include <gdk/gdkkeysyms.h>
 
 


Modified: src/ui_utils.h
1 lines changed, 0 insertions(+), 1 deletions(-)
===================================================================
@@ -24,7 +24,6 @@
 
 #include "document.h"
 
-#include <stdarg.h>
 #include "gtkcompat.h"
 
 G_BEGIN_DECLS


Modified: src/utils.h
4 lines changed, 3 insertions(+), 1 deletions(-)
===================================================================
@@ -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
 



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list