Skip to content

Commit ea9f1f9

Browse files
author
zxy.monado
committed
Trim Hamiltonian header dependencies
1 parent 16dc6bc commit ea9f1f9

3 files changed

Lines changed: 1 addition & 2 deletions

File tree

source/source_hamilt/module_ewald/h_ewald_pw.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#include "h_ewald_pw.h"
2+
#include "source_base/global_function.h"
23
#include "source_base/parallel_comm.h"
34
#include "source_base/mymath.h" // use heapsort
45
#include "dnrm2.h"

source/source_hamilt/module_ewald/h_ewald_pw.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#ifndef H_EWALD_PW_H
22
#define H_EWALD_PW_H
33

4-
#include "source_base/global_function.h"
54
#include "source_cell/unitcell.h"
65
#include "source_basis/module_pw/pw_basis.h"
76

source/source_hamilt/module_xc/libxc_pot.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
#include "xc_functional.h"
44
#include "libxc_abacus.h"
55
#include "source_estate/module_charge/charge.h"
6-
#include "source_base/global_variable.h"
76
#include "source_base/parallel_reduce.h"
87
#include "source_base/timer.h"
98
#include "source_base/tool_title.h"

0 commit comments

Comments
 (0)