Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / tests / solvate.cpp
index 71202b62ec4091fa85de66a5514c705b65d8ef61..86be31d27197781e39e41ea3115a4471fc3b84b4 100644 (file)
  * \author Mark Abraham <mark.j.abraham@gmail.com>
  */
 
-#include "../solvate.h"
-#include "testutils/integrationtests.h"
+#include "gmxpre.h"
+
+#include "gromacs/gmxpreprocess/solvate.h"
+
+#include "gromacs/utility/futil.h"
+
 #include "testutils/cmdlinetest.h"
-#include "gromacs/fileio/futil.h"
+#include "testutils/integrationtests.h"
 
 namespace
 {