wayland: Remove unused fribidi include
The included fribidi header is not used in gdkkeys-wayland.c and already included in gdk.c which causes linker issues due to the header defining a global variable.
This commit is contained in:
@ -31,7 +31,6 @@
|
||||
#include <limits.h>
|
||||
#include <errno.h>
|
||||
#include <sys/mman.h>
|
||||
#include <fribidi.h>
|
||||
|
||||
#include "gdk.h"
|
||||
#include "gdkwayland.h"
|
||||
|
||||
Reference in New Issue
Block a user