Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / legacyheaders / pme.h
index e2a26c73aa1d52a02d9e0f9b2c08bb1e744a808c..f71f6f51b2dd0df4a109c31146cad028484994f3 100644 (file)
 #define _pme_h
 
 #include <stdio.h>
-#include "typedefs.h"
-#include "../math/gmxcomplex.h"
-#include "../timing/wallcycle.h"
-#include "../timing/walltime_accounting.h"
-#include "../legacyheaders/network.h"
+
+#include "gromacs/legacyheaders/network.h"
+#include "gromacs/legacyheaders/typedefs.h"
+#include "gromacs/math/gmxcomplex.h"
+#include "gromacs/timing/wallcycle.h"
+#include "gromacs/timing/walltime_accounting.h"
 
 #ifdef __cplusplus
 extern "C" {