Remove unnecessary config.h includes
[alexxy/gromacs.git] / src / programs / view / popup.cpp
index 0f5ec8cd6c1ff523dd86fdf9e1e28591d819c2d6..4af8526f2c6db638d68c9522b13e7dc575136436 100644 (file)
  * 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 <math.h>
 #include <string.h>
 
 #include <algorithm>
 
-#include "macros.h"
+#include "gromacs/legacyheaders/macros.h"
 #include "gromacs/utility/smalloc.h"
 
 #include "x11.h"