Sort includes outside src/gromacs
[alexxy/gromacs.git] / src / programs / view / nmol.h
index 988d9d94989e845eb9bc8d1be6515ba125855a71..65cfed300294a6762434241d4dcf165a98e30da0 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.
@@ -38,6 +38,7 @@
 #ifndef _nmol_h
 #define _nmol_h
 
+#include "manager.h"
 #include "x11.h"
 #include "xutil.h"
 
@@ -50,7 +51,6 @@ extern t_molwin *init_mw(t_x11 *x11, Window Parent,
 extern void map_mw(t_x11 *x11, t_molwin *mw);
 
 extern void z_fill(t_manager *man, real *zz);
-extern void create_visibility(t_manager *man);
 extern int  compare_obj(const void *a, const void *b);
 extern int  filter_vis(t_manager *man);
 extern void set_sizes(t_manager *man);