Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / commandline / tests / cmdlineprogramcontext.cpp
index c7ee818a48a2dfbfbee565bab616970bdea8a87e..f31c3ea405220bacb8763ec947771fe9b3415e12 100644 (file)
  */
 #include "gmxpre.h"
 
+#include "gromacs/commandline/cmdlineprogramcontext.h"
+
+#include "config.h"
+
 #include <string>
 #include <vector>
 
 #include <boost/shared_ptr.hpp>
 #include <gtest/gtest.h>
 
-#include "gromacs/commandline/cmdlineprogramcontext.h"
 #include "gromacs/utility/common.h"
 #include "gromacs/utility/path.h"
 
 #include "testutils/cmdlinetest.h"
 
-#include "config.h"
-
 using gmx::test::CommandLine;
 using gmx::Path;