Skip to content
Snippets Groups Projects
Commit ab5b72ad authored by Pedro Gonnet's avatar Pedro Gonnet
Browse files

remove unused headers.

parent 3f31b361
No related branches found
No related tags found
1 merge request!657Engine cleanup
......@@ -26,13 +26,7 @@
#include "../config.h"
/* Some standard headers. */
#include <float.h>
#include <limits.h>
#include <sched.h>
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
/* MPI headers. */
......@@ -40,10 +34,6 @@
#include <mpi.h>
#endif
#ifdef HAVE_LIBNUMA
#include <numa.h>
#endif
/* Load the profiler header, if needed. */
#ifdef WITH_PROFILER
#include <gperftools/profiler.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment