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:
@@ -29,9 +29,6 @@
|
||||
|
||||
#include <math.h>
|
||||
|
||||
/* for the use of round() */
|
||||
#include "fallback-c89.c"
|
||||
|
||||
struct _GdkX11DeviceCore
|
||||
{
|
||||
GdkDevice parent_instance;
|
||||
|
||||
@@ -32,9 +32,6 @@
|
||||
|
||||
#include <math.h>
|
||||
|
||||
/* for the use of round() */
|
||||
#include "fallback-c89.c"
|
||||
|
||||
typedef struct _ScrollValuator ScrollValuator;
|
||||
|
||||
struct _ScrollValuator
|
||||
|
||||
Reference in New Issue
Block a user