Move GPU devices management into hardware subfolder
[alexxy/gromacs.git] / src / gromacs / gpu_utils / gpu_testutils.cpp
index 63a8756afca6f6fc8a05a2085e1dc618de41a40e..99b173c4a69c4ace0db3a82213bd5bb6a6f79cdb 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the GROMACS molecular simulation package.
  *
- * Copyright (c) 2019, by the GROMACS development team, led by
+ * Copyright (c) 2019,2020, 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.
@@ -41,7 +41,7 @@
 
 #include "gpu_testutils.h"
 
-#include "gromacs/gpu_utils/gpu_utils.h"
+#include "gromacs/hardware/device_management.h"
 #include "gromacs/hardware/gpu_hw_info.h"
 
 bool canComputeOnGpu()