5
0
mirror of git://git.proxmox.com/git/spiceterm.git synced 2025-01-10 01:18:01 +03:00

move include directive to correct place

This commit is contained in:
Dietmar Maurer 2013-09-10 13:08:47 +02:00
parent abc133121d
commit 8c22ae7f43
2 changed files with 2 additions and 3 deletions

View 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

View 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;