From 85362ac9bea20cebcada88612be45091e11f43d3 Mon Sep 17 00:00:00 2001 From: weiqingzhou Date: Mon, 31 Jul 2023 16:58:05 +0800 Subject: [PATCH] remove a useless head file in cal_dm.h --- source/module_elecstate/cal_dm.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/module_elecstate/cal_dm.h b/source/module_elecstate/cal_dm.h index 71a829e54a6..5ac41aab9a7 100644 --- a/source/module_elecstate/cal_dm.h +++ b/source/module_elecstate/cal_dm.h @@ -5,7 +5,6 @@ #include "module_base/timer.h" #include "module_base/matrix.h" #include "module_base/complexmatrix.h" -#include "module_hamilt_lcao/hamilt_lcaodft/local_orbital_charge.h" namespace elecstate { @@ -120,4 +119,4 @@ inline void cal_dm(const Parallel_Orbitals* ParaV, const ModuleBase::matrix& wg, }//namespace elecstate -#endif \ No newline at end of file +#endif