Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / gmxana / legacytests / gmx_traj_tests.cpp
index ef945bef37671763a1fd2bad6399921513206053..4af681f2f6064ac7ae873e68a4ac21641c83c683 100644 (file)
  * \author Mark Abraham <mark.j.abraham@gmail.com>
  */
 
+#include "gmxpre.h"
+
+#include "config.h"
+
 #include "gromacs/gmxana/gmx_ana.h"
-#include "testutils/integrationtests.h"
-#include "testutils/cmdlinetest.h"
 #include "gromacs/utility/arrayref.h"
 
+#include "testutils/cmdlinetest.h"
+#include "testutils/integrationtests.h"
+
 namespace
 {
 
@@ -144,9 +149,6 @@ const char *trajectoryFileNames[] = {
     "spc2-traj.pdb",
     "spc2-traj.g96"
 };
-// .g87 and .xyz file reading has been broken (and awkwardly
-// interactive) since at least v4.5 proposed on gmx-developers for
-// removing that support, so not testing it
 
 #ifdef __INTEL_COMPILER
 #pragma warning( disable : 177 )