Remove unnecessary config.h includes
[alexxy/gromacs.git] / src / gromacs / gmxana / dens_filter.c
index 0488cc51ab8481d029fa34bd1e32284622a6c319..0bf0bfc7d2959bfca99098b5dba2afd0d65bcef8 100644 (file)
  * the research papers on the package. Check out http://www.gromacs.org.
  */
 
-#include "config.h"
+#include "gmxpre.h"
+
 /* dens_filter.c
  * Routines for Filters and convolutions
  */
 
 #include <math.h>
-#include "typedefs.h"
+#include "gromacs/legacyheaders/typedefs.h"
 #include "dens_filter.h"
 #include "gromacs/utility/smalloc.h"
 #include "gromacs/math/vec.h"