Remove extra defines

This commit is contained in:
Sebastian Ramacher 2018-02-10 13:31:06 +01:00
parent 85458ef87e
commit b777e8487c
2 changed files with 0 additions and 6 deletions

View file

@ -1,8 +1,5 @@
/* See LICENSE file for license and copyright information */ /* See LICENSE file for license and copyright information */
#define _DEFAULT_SOURCE
#define _XOPEN_SOURCE 700
#include "content-type.h" #include "content-type.h"
#include "macros.h" #include "macros.h"

View file

@ -1,8 +1,5 @@
/* See LICENSE file for license and copyright information */ /* See LICENSE file for license and copyright information */
#define _DEFAULT_SOURCE
#define _XOPEN_SOURCE 700
#include <errno.h> #include <errno.h>
#include <stdlib.h> #include <stdlib.h>
#include <math.h> #include <math.h>