Sort includes outside src/gromacs
[alexxy/gromacs.git] / src / programs / view / dialogs.cpp
index f05937af48ec61439d5083638c4e39b192938ef4..c55659785374923adff2e4f32de818db0a879541 100644 (file)
 #include <unistd.h> // for fork()
 #endif
 
-#include "gromacs/legacyheaders/macros.h"
-#include "x11.h"
-#include "xdlghi.h"
-#include "xmb.h"
 #include "dialogs.h"
-#include "gromacs/legacyheaders/names.h"
-#include "nmol.h"
-#include "manager.h"
 
+#include "gromacs/legacyheaders/macros.h"
+#include "gromacs/legacyheaders/names.h"
 #include "gromacs/utility/cstringutil.h"
 #include "gromacs/utility/fatalerror.h"
 #include "gromacs/utility/futil.h"
 #include "gromacs/utility/smalloc.h"
 
+#include "manager.h"
+#include "nmol.h"
+#include "x11.h"
+#include "xdlghi.h"
+#include "xmb.h"
+
 #define MBFLAGS /* MB_APPLMODAL | */ MB_DONTSHOW
 
 void write_gmx(t_x11 *x11, t_gmx *gmx, int mess)