Renamed bonded module as 'listed-forces'
[alexxy/gromacs.git] / src / gromacs / mdlib / domdec.cpp
index e3de5a97d99b67ce2cbe4084f58a0e63e1b5414d..13934d5fa68fd157027fac7fc3d4cb8b84662b6a 100644 (file)
@@ -39,8 +39,6 @@
 
 #include "config.h"
 
-#include <algorithm>
-
 #include <assert.h>
 #include <math.h>
 #include <stdio.h>
@@ -48,7 +46,8 @@
 #include <string.h>
 #include <time.h>
 
-#include "gromacs/bonded/bonded.h"
+#include <algorithm>
+
 #include "gromacs/fileio/gmxfio.h"
 #include "gromacs/fileio/pdbio.h"
 #include "gromacs/imd/imd.h"
@@ -70,6 +69,7 @@
 #include "gromacs/legacyheaders/pme.h"
 #include "gromacs/legacyheaders/shellfc.h"
 #include "gromacs/legacyheaders/typedefs.h"
+#include "gromacs/listed-forces/bonded.h"
 #include "gromacs/math/vec.h"
 #include "gromacs/mdlib/nb_verlet.h"
 #include "gromacs/mdlib/nbnxn_search.h"