Fix bad include

This commit is contained in:
o9000 2015-05-14 19:19:42 +00:00
parent de1d255088
commit 66c98bc820

View file

@ -15,9 +15,8 @@
#ifdef HAVE_SN
#include <libsn/sn.h>
#include <glib.h>
#endif
#include <glib.h>
typedef struct Global_atom
{
@ -155,4 +154,4 @@ void get_monitors();
void get_desktops();
int server_get_number_of_desktops();
#endif
#endif