x11: Do not include fallback-c89.c

We're definitely using a C99-compliant toolchain, if we're building the
X11 backend.
This commit is contained in:
Emmanuele Bassi
2018-02-14 11:15:31 +00:00
parent 970d2e3f45
commit 490899e271
2 changed files with 0 additions and 6 deletions

View File

@@ -29,9 +29,6 @@
#include <math.h>
/* for the use of round() */
#include "fallback-c89.c"
struct _GdkX11DeviceCore
{
GdkDevice parent_instance;

View File

@@ -32,9 +32,6 @@
#include <math.h>
/* for the use of round() */
#include "fallback-c89.c"
typedef struct _ScrollValuator ScrollValuator;
struct _ScrollValuator