X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fgmxpreprocess%2Fgpp_nextnb.c;h=ac779b14bdb2489eb34c261b3a3bc26a23597475;hb=a5b355552b920746e3dda332accccabadfe37b50;hp=ff7bbaff4e0dfca3ee41b657e798926c923aba4c;hpb=7df930ee2e1d3bac7d080dfd994417c47fec94db;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/gmxpreprocess/gpp_nextnb.c b/src/gromacs/gmxpreprocess/gpp_nextnb.c index ff7bbaff4e..ac779b14bd 100644 --- a/src/gromacs/gmxpreprocess/gpp_nextnb.c +++ b/src/gromacs/gmxpreprocess/gpp_nextnb.c @@ -37,15 +37,16 @@ /* This file is completely threadsafe - keep it that way! */ #include "gmxpre.h" -#include - -/* #define DEBUG_NNB */ #include "gpp_nextnb.h" -#include "toputil.h" +#include + +#include "gromacs/gmxpreprocess/toputil.h" #include "gromacs/utility/fatalerror.h" #include "gromacs/utility/smalloc.h" +/* #define DEBUG_NNB */ + typedef struct { int ai, aj; } sortable;