Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / math / gmxcomplex.h
index d7d26003f350c32adbdc143cc324b0f8d0509dec..8fa0c8ad6a8570b0fc45cfcbac2d6aa201908e8f 100644 (file)
@@ -38,7 +38,9 @@
 #define GMX_MATH_GMXCOMPLEX_H
 
 #include <math.h>
-#include "../legacyheaders/types/simple.h"
+
+#include "gromacs/math/vectypes.h"
+#include "gromacs/utility/real.h"
 
 typedef struct {
     real re, im;