From fed37722fb74a4e5f2743ec67f8cd860e5f0169b Mon Sep 17 00:00:00 2001 From: Mark Abraham Date: Thu, 3 Aug 2017 17:37:31 +0200 Subject: [PATCH] Removed unused include statements After recent cleanup, these can be decoupled Change-Id: I2071e1a4eb67faff591b941167b80e4445ded7e2 --- src/gromacs/hardware/hardwareassign.cpp | 1 - src/gromacs/mdlib/nbnxn_cuda/nbnxn_cuda_data_mgmt.cu | 1 - src/gromacs/mdlib/nbnxn_ocl/nbnxn_ocl_data_mgmt.cpp | 3 +-- 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/src/gromacs/hardware/hardwareassign.cpp b/src/gromacs/hardware/hardwareassign.cpp index df24af8433..2e965ba64a 100644 --- a/src/gromacs/hardware/hardwareassign.cpp +++ b/src/gromacs/hardware/hardwareassign.cpp @@ -45,7 +45,6 @@ #include "gromacs/gmxlib/network.h" #include "gromacs/gpu_utils/gpu_utils.h" -#include "gromacs/hardware/detecthardware.h" #include "gromacs/hardware/gpu_hw_info.h" #include "gromacs/mdtypes/commrec.h" #include "gromacs/utility/basenetwork.h" diff --git a/src/gromacs/mdlib/nbnxn_cuda/nbnxn_cuda_data_mgmt.cu b/src/gromacs/mdlib/nbnxn_cuda/nbnxn_cuda_data_mgmt.cu index 598e40f9fe..e29fccb303 100644 --- a/src/gromacs/mdlib/nbnxn_cuda/nbnxn_cuda_data_mgmt.cu +++ b/src/gromacs/mdlib/nbnxn_cuda/nbnxn_cuda_data_mgmt.cu @@ -47,7 +47,6 @@ #include "gromacs/gpu_utils/cudautils.cuh" #include "gromacs/gpu_utils/gpu_utils.h" #include "gromacs/gpu_utils/pmalloc_cuda.h" -#include "gromacs/hardware/detecthardware.h" #include "gromacs/hardware/gpu_hw_info.h" #include "gromacs/math/vectypes.h" #include "gromacs/mdlib/force_flags.h" diff --git a/src/gromacs/mdlib/nbnxn_ocl/nbnxn_ocl_data_mgmt.cpp b/src/gromacs/mdlib/nbnxn_ocl/nbnxn_ocl_data_mgmt.cpp index bd7398cc0a..23566d8db8 100644 --- a/src/gromacs/mdlib/nbnxn_ocl/nbnxn_ocl_data_mgmt.cpp +++ b/src/gromacs/mdlib/nbnxn_ocl/nbnxn_ocl_data_mgmt.cpp @@ -1,7 +1,7 @@ /* * This file is part of the GROMACS molecular simulation package. * - * Copyright (c) 2012,2013,2014,2015,2016, by the GROMACS development team, led by + * Copyright (c) 2012,2013,2014,2015,2016,2017, 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 "gromacs/gpu_utils/gpu_utils.h" #include "gromacs/gpu_utils/oclutils.h" -#include "gromacs/hardware/detecthardware.h" #include "gromacs/hardware/gpu_hw_info.h" #include "gromacs/math/vectypes.h" #include "gromacs/mdlib/force_flags.h" -- 2.11.4.GIT