This patch moves preprocessing headers to gmxpreprocess
authorDavid van der Spoel <spoel@xray.bmc.uu.se>
Tue, 14 Jan 2014 19:54:49 +0000 (20:54 +0100)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Fri, 17 Jan 2014 17:12:56 +0000 (18:12 +0100)
In the move to depopulate the legacyheaders directory
http://redmine.gromacs.org/issues/1415 this is a small
contribution.

Change-Id: I209f6e5a1e76f2d3ea072f66eca9ae1f59bc0d42

13 files changed:
src/gromacs/fileio/tpxio.c
src/gromacs/gmxlib/topsort.h [moved from src/gromacs/legacyheaders/topsort.h with 100% similarity]
src/gromacs/gmxpreprocess/gen_ad.h [moved from src/gromacs/legacyheaders/gen_ad.h with 100% similarity]
src/gromacs/gmxpreprocess/gmxcpp.c [moved from src/gromacs/gmxlib/gmxcpp.c with 100% similarity]
src/gromacs/gmxpreprocess/gmxcpp.h [moved from src/gromacs/legacyheaders/gmxcpp.h with 100% similarity]
src/gromacs/gmxpreprocess/gpp_atomtype.h [moved from src/gromacs/legacyheaders/gpp_atomtype.h with 100% similarity]
src/gromacs/gmxpreprocess/gpp_nextnb.h [moved from src/gromacs/legacyheaders/gpp_nextnb.h with 100% similarity]
src/gromacs/gmxpreprocess/hackblock.h [moved from src/gromacs/legacyheaders/hackblock.h with 100% similarity]
src/gromacs/gmxpreprocess/pdb2top.h [moved from src/gromacs/legacyheaders/pdb2top.h with 100% similarity]
src/gromacs/gmxpreprocess/resall.h [moved from src/gromacs/legacyheaders/resall.h with 100% similarity]
src/gromacs/gmxpreprocess/toputil.h [moved from src/gromacs/legacyheaders/toputil.h with 100% similarity]
src/gromacs/mdlib/domdec_top.c
src/programs/mdrun/md.c

index e921e0b9567986a8abb3d5402577f042d975617c..95b649c0816bd2ef2d49ab042752ab80b28b0b61 100644 (file)
@@ -51,7 +51,6 @@
 #include "futil.h"
 #include "filenm.h"
 #include "gmxfio.h"
-#include "topsort.h"
 #include "tpxio.h"
 #include "txtdump.h"
 #include "confio.h"
index 06032c6107cae7f79920b62d616fa7e37bfe93cd..15037b01c629e68c8824f39eb2041136fb6474e9 100644 (file)
@@ -48,7 +48,7 @@
 #include "pbc.h"
 #include "chargegroup.h"
 #include "gmx_random.h"
-#include "topsort.h"
+#include "gromacs/gmxlib/topsort.h"
 #include "mtop_util.h"
 #include "mshift.h"
 #include "vsite.h"
index 4d11e497655cf8709bc9ad099a2fa9d4467cd82f..df64572da6bc942776ab043d972072e6e896b739 100644 (file)
@@ -67,7 +67,6 @@
 #include "domdec.h"
 #include "domdec_network.h"
 #include "partdec.h"
-#include "topsort.h"
 #include "coulomb.h"
 #include "constr.h"
 #include "shellfc.h"