Skip to content

Commit

Permalink
remove unused header inclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Voigt committed Nov 25, 2014
1 parent c14a49e commit 32d36de
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion templates/run.cpp.in
Expand Up @@ -22,7 +22,6 @@
#include "@ModelName@_slha_io.hpp"
#include "@ModelName@_spectrum_generator.hpp"

#include "error.hpp"
#include "spectrum_generator_settings.hpp"
#include "lowe.h"
#include "command_line_options.hpp"
Expand Down
4 changes: 1 addition & 3 deletions templates/run_cmd_line.cpp.in
Expand Up @@ -23,8 +23,6 @@
#include "@ModelName@_slha_io.hpp"

#include "command_line_options.hpp"
#include "error.hpp"
#include "scan.hpp"
#include "lowe.h"
#include "logger.hpp"

Expand All @@ -35,7 +33,7 @@ namespace flexiblesusy {
void print_usage()
{
std::cout <<
"Usage: run_cpp_interface_@ModelName@.x [options]\n"
"Usage: run_cmd_line_@ModelName@.x [options]\n"
"Options:\n"
@printCommandLineOptions@
" --help,-h print this help message"
Expand Down
1 change: 0 additions & 1 deletion templates/scan.cpp.in
Expand Up @@ -23,7 +23,6 @@
#include "@ModelName@_two_scale_model_slha.hpp"

#include "command_line_options.hpp"
#include "error.hpp"
#include "scan.hpp"
#include "lowe.h"
#include "logger.hpp"
Expand Down

0 comments on commit 32d36de

Please sign in to comment.