Sort includes outside src/gromacs
[alexxy/gromacs.git] / src / programs / view / popup.cpp
index 0f5ec8cd6c1ff523dd86fdf9e1e28591d819c2d6..5c8114129fd361fa62e72b919562a3ab5995acb4 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 "popup.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"
 #include "xutil.h"
-#include "popup.h"
 
 bool ChildCallBack(t_x11 *x11, XEvent *event, Window w, void *data)
 {