From 8c22ae7f43246a055dc013dad3684c2d0cf154ce Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Tue, 10 Sep 2013 13:08:47 +0200 Subject: [PATCH] move include directive to correct place --- spiceterm.c | 2 ++ test_display_base.h | 3 --- 2 files changed, 2 insertions(+), 3 deletions(-) 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; -- 2.39.2