Remove unnecessary config.h includes
[alexxy/gromacs.git] / src / gromacs / mdlib / calcvir.c
index 7eebb8768c2628e4ad99cfd18942ccc019ca34cf..19d27411a11e0b6acc5d9c9fd7bf130e1c5a4f13 100644 (file)
  * the research papers on the package. Check out http://www.gromacs.org.
  */
 /* This file is completely threadsafe - keep it that way! */
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
+#include "gmxpre.h"
+
+#include "gromacs/legacyheaders/force.h"
+#include "gromacs/legacyheaders/macros.h"
 
-#include "force.h"
-#include "vec.h"
-#include "mshift.h"
-#include "macros.h"
+#include "gromacs/math/vectypes.h"
+#include "gromacs/pbcutil/ishift.h"
+#include "gromacs/pbcutil/mshift.h"
+#include "gromacs/pbcutil/pbc.h"
 
 #define XXXX    0
 #define XXYY    1