forked from AuroraMiddleware/gtk
mir: move #include to correct file
This commit is contained in:
parent
06f37f19e7
commit
e07dea5d97
@ -20,7 +20,6 @@
|
||||
|
||||
#include <gdk/gdk.h>
|
||||
#include <mir_toolkit/mir_client_library.h>
|
||||
#include <mir_toolkit/events/surface_placement.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
@ -22,6 +22,8 @@
|
||||
#include "gdkmir.h"
|
||||
#include "gdkmir-private.h"
|
||||
|
||||
#include <mir_toolkit/events/surface_placement.h>
|
||||
|
||||
#define NANO_TO_MILLI(x) ((x) / 1000000)
|
||||
|
||||
struct _GdkMirWindowReference {
|
||||
|
Loading…
Reference in New Issue
Block a user