Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / commandline / cmdlinehelpmodule.cpp
index 585413df04e3a2c8879780cf4edf5b32a910cda0..3a67a1ff4ab4008f77a9d825c305bc561abca3ac 100644 (file)
@@ -41,7 +41,7 @@
  */
 #include "gmxpre.h"
 
-#include "gromacs/commandline/cmdlinehelpmodule.h"
+#include "cmdlinehelpmodule.h"
 
 #include <string>
 #include <vector>
@@ -51,7 +51,6 @@
 #include "gromacs/commandline/cmdlinehelpcontext.h"
 #include "gromacs/commandline/cmdlinehelpwriter.h"
 #include "gromacs/commandline/cmdlineparser.h"
-#include "gromacs/commandline/shellcompletions.h"
 #include "gromacs/onlinehelp/helpformat.h"
 #include "gromacs/onlinehelp/helpmanager.h"
 #include "gromacs/onlinehelp/helptopic.h"
@@ -65,6 +64,8 @@
 #include "gromacs/utility/programcontext.h"
 #include "gromacs/utility/stringutil.h"
 
+#include "shellcompletions.h"
+
 namespace gmx
 {