X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fcommandline%2Fcmdlinehelpmodule.cpp;h=3a67a1ff4ab4008f77a9d825c305bc561abca3ac;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=585413df04e3a2c8879780cf4edf5b32a910cda0;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/commandline/cmdlinehelpmodule.cpp b/src/gromacs/commandline/cmdlinehelpmodule.cpp index 585413df04..3a67a1ff4a 100644 --- a/src/gromacs/commandline/cmdlinehelpmodule.cpp +++ b/src/gromacs/commandline/cmdlinehelpmodule.cpp @@ -41,7 +41,7 @@ */ #include "gmxpre.h" -#include "gromacs/commandline/cmdlinehelpmodule.h" +#include "cmdlinehelpmodule.h" #include #include @@ -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 {