diff --git a/src/api.F90 b/src/api.F90 index 25a992c9f6..bb99180ccb 100644 --- a/src/api.F90 +++ b/src/api.F90 @@ -63,7 +63,6 @@ contains use geometry_header use material_header use photon_header - use plot_header use sab_header use settings use simulation_header diff --git a/src/input_xml.F90 b/src/input_xml.F90 index 6476f7d7f1..74ca51223b 100644 --- a/src/input_xml.F90 +++ b/src/input_xml.F90 @@ -25,7 +25,6 @@ module input_xml use multipole_header use output, only: title, header use photon_header - use plot_header use random_lcg, only: prn use surface_header use set_header, only: SetChar, SetInt diff --git a/src/output.F90 b/src/output.F90 index 4215fc5096..485d957a6e 100644 --- a/src/output.F90 +++ b/src/output.F90 @@ -14,7 +14,6 @@ module output use mgxs_interface use nuclide_header use particle_header, only: LocalCoord, Particle - use plot_header use sab_header, only: SAlphaBeta use settings use simulation_header