Sort includes outside src/gromacs
[alexxy/gromacs.git] / src / programs / view / manager.cpp
index b7f89c2c67214a14b9844914afb33a9912a5ebdf..c77acc18466db37b02142cd41eb7e291b0e0f9de 100644 (file)
 #include <unistd.h> // for usleep()
 #endif
 
-#include "gromacs/legacyheaders/typedefs.h"
-#include "gromacs/legacyheaders/macros.h"
-#include "gromacs/legacyheaders/names.h"
-#include "gromacs/legacyheaders/copyrite.h"
+#include "manager.h"
 
 #include "gromacs/fileio/tpxio.h"
+#include "gromacs/legacyheaders/copyrite.h"
+#include "gromacs/legacyheaders/macros.h"
+#include "gromacs/legacyheaders/names.h"
+#include "gromacs/legacyheaders/typedefs.h"
 #include "gromacs/math/utilities.h"
 #include "gromacs/math/vec.h"
 #include "gromacs/pbcutil/pbc.h"
@@ -61,7 +62,6 @@
 #include "gromacs/utility/smalloc.h"
 
 #include "3dview.h"
-#include "manager.h"
 #include "nmol.h"
 
 static void add_object(t_manager *man, eObject eO, atom_id ai, atom_id aj)