Require 2015 version for MSVC
[alexxy/gromacs.git] / src / gromacs / fileio / rgb.h
index 6ce4507602d12e63f98ab1e48f3f03633d2c935b..37d375a9c13c35dcd7b119549e7eb1d9baeb26d5 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) 2011,2014,2015, by the GROMACS development team, led by
+ * Copyright (c) 2011,2014,2015,2016, 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 GMX_FILEIO_RGB_H
 #define GMX_FILEIO_RGB_H
 
-#include "gromacs/utility/real.h"
-
 typedef struct t_rgb {
-    real r, g, b;
+    double r, g, b;
 } t_rgb;
 
 #endif