Unverified Commit ca5a24d3 by Serge Hallyn Committed by GitHub

Merge pull request #2813 from brauner/2019-01-27/bugfixes_2

compiler: remove deprecated and unneeded header
parents 7c9f712d acad8485
...@@ -30,7 +30,6 @@ ...@@ -30,7 +30,6 @@
#define _PRLIMIT_H #define _PRLIMIT_H
#include <linux/resource.h> #include <linux/resource.h>
#include <sys/cdefs.h>
#include <sys/types.h> #include <sys/types.h>
#define RLIM_SAVED_CUR RLIM_INFINITY #define RLIM_SAVED_CUR RLIM_INFINITY
......
...@@ -23,7 +23,6 @@ ...@@ -23,7 +23,6 @@
#ifndef _GNU_SOURCE #ifndef _GNU_SOURCE
#define _GNU_SOURCE 1 #define _GNU_SOURCE 1
#endif #endif
#include <sys/cdefs.h>
#include "config.h" #include "config.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment