From: Emil Velikov Date: Sun, 1 May 2016 12:48:11 +0000 (+0100) Subject: gbm: remove define _DEFAULT_SOURCE X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1b64d1247d233dd649eb18ac22222b6e2273099a;p=mesa.git gbm: remove define _DEFAULT_SOURCE The build systems already add this as applicable. There's no need to have this in the source file. Signed-off-by: Emil Velikov --- diff --git a/src/gbm/main/gbm.c b/src/gbm/main/gbm.c index 1cc0b9aea19..0f4657af701 100644 --- a/src/gbm/main/gbm.c +++ b/src/gbm/main/gbm.c @@ -25,8 +25,6 @@ * Benjamin Franzke */ -#define _DEFAULT_SOURCE - #include #include #include