Forward declare ArrayRef more and inlcude basedefinitions where needed
[alexxy/gromacs.git] / src / gromacs / mdtypes / energyhistory.h
index 638ba98ed08160d7fad4861a4e34e05eb60514fd..d86ddd98b1f4824f33fc8d8438d09f4a9f851a5c 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the GROMACS molecular simulation package.
  *
- * Copyright (c) 2015,2016,2018,2019,2020, by the GROMACS development team, led by
+ * Copyright (c) 2015,2016,2018,2019,2020,2021, 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.
@@ -51,7 +51,6 @@
 #include <memory>
 #include <vector>
 
-#include "gromacs/utility/basedefinitions.h"
 #include "gromacs/utility/real.h"
 
 //! \cond INTERNAL
@@ -74,7 +73,7 @@ public:
     //! Lambda at start time
     double start_lambda;
     //! Whether the lambda value is set. Here for backward-compatibility.
-    gmx_bool start_lambda_set;
+    bool start_lambda_set;
 
     //! Read / write data from / to checkpoint object
     template<gmx::CheckpointDataOperation operation>