From b777e8487c266859e485a29b9f6622fa49d704df Mon Sep 17 00:00:00 2001 From: Sebastian Ramacher Date: Sat, 10 Feb 2018 13:31:06 +0100 Subject: [PATCH] Remove extra defines --- zathura/content-type.c | 3 --- zathura/zathura.c | 3 --- 2 files changed, 6 deletions(-) diff --git a/zathura/content-type.c b/zathura/content-type.c index 3440973..825cd79 100644 --- a/zathura/content-type.c +++ b/zathura/content-type.c @@ -1,8 +1,5 @@ /* See LICENSE file for license and copyright information */ -#define _DEFAULT_SOURCE -#define _XOPEN_SOURCE 700 - #include "content-type.h" #include "macros.h" diff --git a/zathura/zathura.c b/zathura/zathura.c index c134fcb..46aeb24 100644 --- a/zathura/zathura.c +++ b/zathura/zathura.c @@ -1,8 +1,5 @@ /* See LICENSE file for license and copyright information */ -#define _DEFAULT_SOURCE -#define _XOPEN_SOURCE 700 - #include #include #include