Skip to content
Snippets Groups Projects
Commit ff5da400 authored by Veronique Legrand's avatar Veronique Legrand
Browse files

removed deprecated and unuseful include

parent b266948a
No related branches found
No related tags found
No related merge requests found
Pipeline #77698 passed with stage
in 15 minutes and 14 seconds
......@@ -24,7 +24,7 @@
#include <string>
#include <iostream>
#include <sys/stat.h>
#include <sys/sysctl.h>
//#include <sys/sysctl.h>
#if !defined(_SC_PHYS_PAGES) and !__APPLE__
#include <sys/sysinfo.h>
#endif
......
......@@ -21,7 +21,7 @@
*/
#include <sys/sysctl.h>
//#include <sys/sysctl.h>
#include <cstdlib>
#include "err.h"
#include <string.h>
......
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