From: Emil Velikov Date: Sun, 1 May 2016 12:48:12 +0000 (+0100) Subject: anv: remove define _DEFAULT_SOURCE X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=960d854a9866be4e335dd20465342026f660fc78;p=mesa.git anv: 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/intel/vulkan/anv_allocator.c b/src/intel/vulkan/anv_allocator.c index e3b07ffa8bb..088b461b993 100644 --- a/src/intel/vulkan/anv_allocator.c +++ b/src/intel/vulkan/anv_allocator.c @@ -21,8 +21,6 @@ * IN THE SOFTWARE. */ -#define _DEFAULT_SOURCE - #include #include #include diff --git a/src/intel/vulkan/anv_gem.c b/src/intel/vulkan/anv_gem.c index a886f7c2cb0..e65468954a2 100644 --- a/src/intel/vulkan/anv_gem.c +++ b/src/intel/vulkan/anv_gem.c @@ -21,8 +21,6 @@ * IN THE SOFTWARE. */ -#define _DEFAULT_SOURCE - #include #include #include diff --git a/src/intel/vulkan/anv_gem_stubs.c b/src/intel/vulkan/anv_gem_stubs.c index 3204fefb28e..30b40ce323a 100644 --- a/src/intel/vulkan/anv_gem_stubs.c +++ b/src/intel/vulkan/anv_gem_stubs.c @@ -21,8 +21,6 @@ * IN THE SOFTWARE. */ -#define _DEFAULT_SOURCE - #include #include #include