Sort includes outside src/gromacs
[alexxy/gromacs.git] / src / programs / view / filter.cpp
index ccd6763ca86d21277ce719448810de99f72d5425..c05e98b498d24a2ca913fe82c4e130a1ece54130 100644 (file)
  */
 #include "gmxpre.h"
 
-#include "config.h"
-
 #include <string.h>
 
 #include <algorithm>
 
-#include "gromacs/utility/futil.h"
-#include "gromacs/utility/smalloc.h"
 #include "gromacs/legacyheaders/macros.h"
 #include "gromacs/topology/index.h"
-#include "xdlghi.h"
-#include "dialogs.h"
 #include "gromacs/utility/fatalerror.h"
+#include "gromacs/utility/futil.h"
+#include "gromacs/utility/smalloc.h"
+
+#include "dialogs.h"
+#include "xdlghi.h"
 
 t_filter *init_filter(t_atoms *atoms, const char *fn, int natom_trx)
 {