summaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan/anv_allocator.c
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2016-05-01 13:48:12 +0100
committerEmil Velikov <emil.l.velikov@gmail.com>2016-05-23 12:09:11 +0100
commit960d854a9866be4e335dd20465342026f660fc78 (patch)
treef9d5e52d9851646cc05ed57efcfe1ea66bab8f91 /src/intel/vulkan/anv_allocator.c
parent1b64d1247d233dd649eb18ac22222b6e2273099a (diff)
downloadexternal_mesa3d-960d854a9866be4e335dd20465342026f660fc78.zip
external_mesa3d-960d854a9866be4e335dd20465342026f660fc78.tar.gz
external_mesa3d-960d854a9866be4e335dd20465342026f660fc78.tar.bz2
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 <emil.l.velikov@gmail.com>
Diffstat (limited to 'src/intel/vulkan/anv_allocator.c')
-rw-r--r--src/intel/vulkan/anv_allocator.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/intel/vulkan/anv_allocator.c b/src/intel/vulkan/anv_allocator.c
index e3b07ff..088b461 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 <stdint.h>
#include <stdlib.h>
#include <unistd.h>