Remove unnecessary includes
This commit is contained in:
parent
aeec3ff17b
commit
d15f58b61e
@ -16,20 +16,15 @@ limitations under the License.
|
||||
|
||||
#define VERSION "0.1"
|
||||
|
||||
#include <math.h>
|
||||
#include <complex.h>
|
||||
#include <fftw3.h>
|
||||
#include <signal.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdbool.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include "constants.cpp"
|
||||
#include "driving.h"
|
||||
#include "init.h"
|
||||
#include "int_tools.h"
|
||||
#include "io.h"
|
||||
#include "navier-stokes.h"
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user