Unverified Commit af436171 authored by AntiTopQuark's avatar AntiTopQuark Committed by GitHub
Browse files

fix: reducing duplicate header file definitions (#11437)

Reducing duplicate header file definitions <sys/resource.h>
parent e9d4ed4e
......@@ -56,11 +56,9 @@
#include <limits.h>
#include <float.h>
#include <math.h>
#include <sys/resource.h>
#include <sys/utsname.h>
#include <locale.h>
#include <sys/socket.h>
#include <sys/resource.h>
#ifdef __linux__
#include <sys/mman.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