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