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