Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / commandline.h
index 017cac44bd0690b1ee8f202eb21818a5ecc1303a..eeba8f3ab33773a709346eed965afe1ce33555e5 100644 (file)
@@ -54,6 +54,7 @@
  *    provides the functionality to implement the `gmx` wrapper binary, as well
  *    as command line options common to all \Gromacs programs (such as
  *    `-version`).
+ *    This is described in more detail at \ref page_wrapperbinary.
  *    \endif
  *
  *  - Helper classes for particular command line tasks:
 #ifndef GMX_COMMANDLINE_H
 #define GMX_COMMANDLINE_H
 
-#include "commandline/cmdlinehelpwriter.h"
-#include "commandline/cmdlineinit.h"
-#include "commandline/cmdlinemodule.h"
-#include "commandline/cmdlineparser.h"
-#include "commandline/pargs.h"
+#include "gromacs/commandline/cmdlinehelpwriter.h"
+#include "gromacs/commandline/cmdlineinit.h"
+#include "gromacs/commandline/cmdlinemodule.h"
+#include "gromacs/commandline/cmdlineparser.h"
+#include "gromacs/commandline/pargs.h"
 
 #endif