Skip to content
Snippets Groups Projects
Commit e08dfecb authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Reduce the number of includes in the common_io and adiabatic_index headers.

parent 3d24513e
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,6 @@
#include <math.h>
/* Local headers. */
#include "debug.h"
#include "error.h"
#include "inline.h"
......
......@@ -24,7 +24,6 @@
#include "../config.h"
/* Local includes. */
#include "part.h"
#include "units.h"
#define FIELD_BUFFER_SIZE 200
......@@ -33,6 +32,9 @@
#define IO_BUFFER_ALIGNMENT 1024
/* Avoid cyclic inclusion problems */
struct part;
struct gpart;
struct spart;
struct io_props;
struct engine;
struct threadpool;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment