Sort includes outside src/gromacs
[alexxy/gromacs.git] / src / programs / view / pulldown.cpp
index d010cfdcdcfdb3d3d3749aabef9bedb1df325ed3..5dd48058764902987c995e31b833c16db5b15b76 100644 (file)
  */
 #include "gmxpre.h"
 
+#include "pulldown.h"
+
 #include <string.h>
 
 #include <algorithm>
 
-#include "gromacs/utility/smalloc.h"
 #include "gromacs/legacyheaders/macros.h"
+#include "gromacs/utility/smalloc.h"
 
-#include "x11.h"
 #include "popup.h"
-#include "pulldown.h"
+#include "x11.h"
 
 static bool PDCallBack(t_x11 *x11, XEvent *event, Window w, void *data)
 {