Remove unnecessary config.h includes
[alexxy/gromacs.git] / src / programs / view / filter.cpp
index cf18f61993fdbf41290b6b9ef7d9dc0c4cc21e77..590e5c8bdbcbd473adcb5a0fe7e2b935041189da 100644 (file)
@@ -34,7 +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.
  */
-#include "config.h"
+#include "gmxpre.h"
 
 #include <string.h>
 
@@ -42,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"