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:
parent
abc133121d
commit
8c22ae7f43
@ -51,6 +51,8 @@
|
||||
#include <gdk/gdkkeysyms.h>
|
||||
#include "test_display_base.h"
|
||||
|
||||
#include "basic_event_loop.h"
|
||||
|
||||
/* define this for debugging */
|
||||
//#define DEBUG
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user