From: Dietmar Maurer Date: Tue, 10 Sep 2013 11:08:47 +0000 (+0200) Subject: move include directive to correct place X-Git-Url: https://git.proxmox.com/?p=spiceterm.git;a=commitdiff_plain;h=8c22ae7f43246a055dc013dad3684c2d0cf154ce move include directive to correct place --- diff --git a/spiceterm.c b/spiceterm.c index 2798fa8..1425b97 100644 --- a/spiceterm.c +++ b/spiceterm.c @@ -51,6 +51,8 @@ #include #include "test_display_base.h" +#include "basic_event_loop.h" + /* define this for debugging */ //#define DEBUG diff --git a/test_display_base.h b/test_display_base.h index 4dde4d2..5add4ba 100644 --- a/test_display_base.h +++ b/test_display_base.h @@ -4,9 +4,6 @@ #include #include -#include "basic_event_loop.h" - - typedef struct TextAttributes { unsigned int fgcol:4; unsigned int bgcol:4;