mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-29 09:35:59 +01:00
Remove extra defines
This commit is contained in:
parent
85458ef87e
commit
b777e8487c
2 changed files with 0 additions and 6 deletions
|
@ -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"
|
||||
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
/* See LICENSE file for license and copyright information */
|
||||
|
||||
#define _DEFAULT_SOURCE
|
||||
#define _XOPEN_SOURCE 700
|
||||
|
||||
#include <errno.h>
|
||||
#include <stdlib.h>
|
||||
#include <math.h>
|
||||
|
|
Loading…
Reference in a new issue