X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fgmxlib%2Fcopyrite.cpp;h=c1b94f0ebec12e6d5f45cfeb5e70c3e60babffcb;hb=a5b355552b920746e3dda332accccabadfe37b50;hp=e2a2da88cbc7e755adc9facf74e8541a3045896d;hpb=7df930ee2e1d3bac7d080dfd994417c47fec94db;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/gmxlib/copyrite.cpp b/src/gromacs/gmxlib/copyrite.cpp index e2a2da88cb..c1b94f0ebe 100644 --- a/src/gromacs/gmxlib/copyrite.cpp +++ b/src/gromacs/gmxlib/copyrite.cpp @@ -38,29 +38,27 @@ #include "gromacs/legacyheaders/copyrite.h" -#include "config.h" - #include #include #include #include +#include "config.h" + #ifdef HAVE_LIBMKL #include #endif - #ifdef HAVE_EXTRAE - #include "extrae_user_events.h" +#include #endif - #include /* This file is completely threadsafe - keep it that way! */ -#include "gromacs/legacyheaders/macros.h" - +#include "buildinfo.h" #include "gromacs/fft/fft.h" #include "gromacs/fileio/strdb.h" +#include "gromacs/legacyheaders/macros.h" #include "gromacs/math/vec.h" #include "gromacs/random/random.h" #include "gromacs/utility/baseversion.h" @@ -71,8 +69,6 @@ #include "gromacs/utility/programcontext.h" #include "gromacs/utility/smalloc.h" -#include "buildinfo.h" - static gmx_bool be_cool(void) { /* Yes, it is bad to check the environment variable every call,