Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / legacyheaders / viewit.h
index 0a6c75f1555db683c599db73aa3e2db650b64545..e63616706a6cbab38da29270002b5eabe3ee7d2a 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.
 #ifndef _viewit_h
 #define _viewit_h
 
-#include "typedefs.h"
-#include "../fileio/filenm.h"
+#include "gromacs/fileio/filenm.h"
+#include "gromacs/legacyheaders/types/oenv.h"
 
 #ifdef __cplusplus
 extern "C" {
 #endif
 
-
 void do_view(const output_env_t oenv, const char *fn, const char *opts);
 /* forks off appropriate command to view file.
  * currently eps, xpm, xvg and pdb are supported
@@ -59,4 +58,4 @@ void view_all(const output_env_t oenv, int nf, t_filenm fnm[]);
 }
 #endif
 
-#endif  /* _maths_h */
+#endif