]> git.proxmox.com Git - spiceterm.git/commitdiff
move include directive to correct place
authorDietmar Maurer <dietmar@proxmox.com>
Tue, 10 Sep 2013 11:08:47 +0000 (13:08 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 10 Sep 2013 11:08:47 +0000 (13:08 +0200)
spiceterm.c
test_display_base.h

index 2798fa8e8c5bedb96620fa98fbf20660d1993127..1425b97aaaef11b7c7359051d0ad9fafaba4d355 100644 (file)
@@ -51,6 +51,8 @@
 #include <gdk/gdkkeysyms.h>
 #include "test_display_base.h"
 
+#include "basic_event_loop.h"
+
 /* define this for debugging */
 //#define DEBUG
 
index 4dde4d24c691528b6bf02d918b5a3ab4282ab950..5add4ba5daa426abcf4b12dcb0790d9b636427c5 100644 (file)
@@ -4,9 +4,6 @@
 #include <glib.h>
 #include <spice.h>
 
-#include "basic_event_loop.h"
-
-
 typedef struct TextAttributes {
   unsigned int fgcol:4;
   unsigned int bgcol:4;