Remove unnecessary config.h includes
[alexxy/gromacs.git] / src / programs / view / filter.cpp
index a8888546185e75033231426d088679e4cf5a86e5..590e5c8bdbcbd473adcb5a0fe7e2b935041189da 100644 (file)
@@ -34,9 +34,7 @@
  * To help us fund GROMACS development, we humbly ask that you cite
  * the research papers on the package. Check out http://www.gromacs.org.
  */
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
+#include "gmxpre.h"
 
 #include <string.h>
 
@@ -44,7 +42,7 @@
 
 #include "gromacs/utility/futil.h"
 #include "gromacs/utility/smalloc.h"
-#include "macros.h"
+#include "gromacs/legacyheaders/macros.h"
 #include "gromacs/topology/index.h"
 #include "xdlghi.h"
 #include "dialogs.h"