[gtksourceview/wip/minimap] sourcemap.h should be the first include
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [gtksourceview/wip/minimap] sourcemap.h should be the first include
- Date: Thu,  7 May 2015 13:17:19 +0000 (UTC)
commit fe753452a597f559dd4a73315b3f26d4731d49a7
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Thu May 7 14:56:15 2015 +0200
    sourcemap.h should be the first include
 gtksourceview/gtksourcemap.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/gtksourceview/gtksourcemap.c b/gtksourceview/gtksourcemap.c
index c5c3e13..500d9eb 100644
--- a/gtksourceview/gtksourcemap.c
+++ b/gtksourceview/gtksourcemap.c
@@ -18,11 +18,12 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include <glib/gi18n.h>
 
 #include "gtksourcemap.h"
 #include "gtksourceview-utils.h"
 
+#include <glib/gi18n.h>
+
 #define DEFAULT_WIDTH        100
 #define CONCEAL_TIMEOUT      2000
 
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]