Skip to content

Commit

Permalink
remove unused header inclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
Expander committed Mar 15, 2018
1 parent 6f615a4 commit b15564d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion src/command_line_options.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
#include <iosfwd>
#include <string>
#include "array_view.hpp"
#include "error.hpp"

namespace flexiblesusy {

Expand Down
3 changes: 1 addition & 2 deletions templates/mass_eigenstates.cpp.in
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@

#include "@ModelName@_mass_eigenstates.hpp"
#include "@ModelName@_ewsb_solver_interface.hpp"
#include "config.h"
#include "eigen_utils.hpp"
#include "ewsb_solver.hpp"
#include "wrappers.hpp"
Expand All @@ -44,8 +45,6 @@
#include "thread_pool.hpp"
#include "functors.hpp"

#include "config.h"

@ewsbSolverHeaders@
@twoLoopHiggsHeaders@
@threeLoopHiggsHeaders@
Expand Down
2 changes: 0 additions & 2 deletions templates/mass_eigenstates.hpp.in
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@
#include "@ModelName@_soft_parameters.hpp"
#include "loop_corrections.hpp"
#include "threshold_corrections.hpp"
#include "error.hpp"
#include "problems.hpp"
#include "config.h"

#include <iosfwd>
#include <memory>
Expand Down

0 comments on commit b15564d

Please sign in to comment.