Sort includes outside src/gromacs
[alexxy/gromacs.git] / src / programs / view / popup.cpp
index 67d35fe5659c22639019c2bb3ada0fdc0232ae02..5c8114129fd361fa62e72b919562a3ab5995acb4 100644 (file)
@@ -34,7 +34,9 @@
  * 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 "popup.h"
 
 #include <math.h>
 #include <string.h>
@@ -46,7 +48,6 @@
 
 #include "x11.h"
 #include "xutil.h"
-#include "popup.h"
 
 bool ChildCallBack(t_x11 *x11, XEvent *event, Window w, void *data)
 {