diff --git a/benchmarks/solubility/plugin/solubility.cc b/benchmarks/solubility/plugin/solubility.cc index c0029466f87..21d15f10954 100644 --- a/benchmarks/solubility/plugin/solubility.cc +++ b/benchmarks/solubility/plugin/solubility.cc @@ -24,7 +24,6 @@ #include #include -#include #include #include diff --git a/cookbooks/tomography_based_plate_motions/plugins/tomography_based_plate_motions.h b/cookbooks/tomography_based_plate_motions/plugins/tomography_based_plate_motions.h index 067a18895ff..9356a1f73e8 100644 --- a/cookbooks/tomography_based_plate_motions/plugins/tomography_based_plate_motions.h +++ b/cookbooks/tomography_based_plate_motions/plugins/tomography_based_plate_motions.h @@ -27,7 +27,6 @@ #include #include #include -#include namespace aspect { diff --git a/include/aspect/compat.h b/include/aspect/compat.h index defaa9ecd3f..ead5c2e4cb9 100644 --- a/include/aspect/compat.h +++ b/include/aspect/compat.h @@ -25,7 +25,6 @@ #include // C++11 related includes. -#include #include #include diff --git a/include/aspect/particle/property/cpo_elastic_tensor.h b/include/aspect/particle/property/cpo_elastic_tensor.h index 9ee7f8a0210..d23b39d226c 100644 --- a/include/aspect/particle/property/cpo_elastic_tensor.h +++ b/include/aspect/particle/property/cpo_elastic_tensor.h @@ -24,7 +24,6 @@ #include #include #include -#include namespace aspect { diff --git a/source/material_model/averaging.cc b/source/material_model/averaging.cc index 880eb831c0a..2c38915b1df 100644 --- a/source/material_model/averaging.cc +++ b/source/material_model/averaging.cc @@ -18,7 +18,6 @@ . */ -#include #include #include #include diff --git a/source/material_model/replace_lithosphere_viscosity.cc b/source/material_model/replace_lithosphere_viscosity.cc index 715f32bc36a..2e7bfeb81fd 100644 --- a/source/material_model/replace_lithosphere_viscosity.cc +++ b/source/material_model/replace_lithosphere_viscosity.cc @@ -25,7 +25,6 @@ #include -#include #include diff --git a/source/mesh_deformation/ascii_data.cc b/source/mesh_deformation/ascii_data.cc index 4c8a6b6f3c3..cee00b91695 100644 --- a/source/mesh_deformation/ascii_data.cc +++ b/source/mesh_deformation/ascii_data.cc @@ -25,7 +25,6 @@ #include #include -#include namespace aspect