Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / mdlib / wall.c
index cf881e9f2add1d15ea10e61e87b2a767d2aa771a..bdc5c90e404b06e96cd38a06e86a28b205c7f669 100644 (file)
  * the research papers on the package. Check out http://www.gromacs.org.
  */
 
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
+#include "gmxpre.h"
 
 #include <math.h>
 #include <string.h>
 
-#include "typedefs.h"
-#include "macros.h"
-#include "force.h"
-#include "nrnb.h"
-#include "gromacs/math/vec.h"
-
 #include "gromacs/fileio/filenm.h"
+#include "gromacs/legacyheaders/force.h"
+#include "gromacs/legacyheaders/macros.h"
+#include "gromacs/legacyheaders/nrnb.h"
+#include "gromacs/legacyheaders/typedefs.h"
 #include "gromacs/math/utilities.h"
+#include "gromacs/math/vec.h"
 #include "gromacs/utility/cstringutil.h"
 #include "gromacs/utility/smalloc.h"