Remove unnecessary config.h includes
[alexxy/gromacs.git] / src / programs / view / xdlgitem.cpp
index cf21f2c3dc13f5c5b8ffe6be08f825d2edf9f945..4890f8fa383ec31cb78f5de4a16c5b9ca7db2d46 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 <ctype.h>
 #include <stdio.h>
@@ -43,7 +43,7 @@
 
 #include <algorithm>
 
-#include "macros.h"
+#include "gromacs/legacyheaders/macros.h"
 #include "Xstuff.h"
 #include "xdlgitem.h"