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 <emil.l.velikov@gmail.com>
This commit is contained in:
Emil Velikov 2016-05-01 13:48:11 +01:00
parent efe4beb717
commit 1b64d1247d
1 changed files with 0 additions and 2 deletions

View File

@ -25,8 +25,6 @@
* Benjamin Franzke <benjaminfranzke@googlemail.com>
*/
#define _DEFAULT_SOURCE
#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>