Sort includes outside src/gromacs
[alexxy/gromacs.git] / src / programs / view / manager.h
index 84cf656fc832c610e14c91654b56b30d57111976..1f48651beb59c018195d245213444f4b854b2b39 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Copyright (c) 1991-2000, University of Groningen, The Netherlands.
  * Copyright (c) 2001-2004, The GROMACS development team.
- * Copyright (c) 2013, by the GROMACS development team, led by
+ * Copyright (c) 2013,2014, by the GROMACS development team, led by
  * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
  * and including many others, as listed in the AUTHORS file in the
  * top-level source directory and at http://www.gromacs.org.
 #define _manager_h
 
 #include <stdio.h>
-#include "typedefs.h"
-#include "x11.h"
-#include "xutil.h"
+
+#include "gromacs/fileio/trxio.h"
+#include "gromacs/legacyheaders/typedefs.h"
+#include "gromacs/pbcutil/rmpbc.h"
+
 #include "3dview.h"
-#include "nleg.h"
 #include "buttons.h"
-#include "statutil.h"
-#include "rmpbc.h"
-#include "gromacs/fileio/trxio.h"
+#include "nleg.h"
+#include "x11.h"
+#include "xutil.h"
 
 /* Some window sizes */
 #define EWIDTH      200
@@ -176,8 +177,6 @@ extern void done_man(t_x11 *x11, t_manager *man);
 
 extern void draw_mol(t_x11 *x11, t_manager *man);
 
-extern void create_visibility(t_manager *man);
-
 extern void do_filter(t_x11 *x11, t_manager *man, t_filter *filter);
 
 #endif