Skip to content

Commit

Permalink
clean(engine): after review
Browse files Browse the repository at this point in the history
  • Loading branch information
bouda1 committed Jun 19, 2024
1 parent 4c665ae commit 977f0df
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion engine/src/retention/host.cc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
#include "com/centreon/engine/logging/logger.hh"
#include "com/centreon/engine/string.hh"

using com::centreon::common::opt;
using com::centreon::engine::map_customvar;
using namespace com::centreon::engine::logging;
using namespace com::centreon::engine::retention;
Expand Down
1 change: 0 additions & 1 deletion engine/src/retention/program.cc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

using namespace com::centreon::engine;
using namespace com::centreon::engine::retention;
using com::centreon::common::opt;

#define SETTER(type, method) \
&object::setter<program, type, &program::method>::generic
Expand Down
1 change: 0 additions & 1 deletion engine/src/retention/service.cc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
#include "com/centreon/engine/logging/logger.hh"
#include "com/centreon/engine/string.hh"

using com::centreon::common::opt;
using com::centreon::engine::map_customvar;
using namespace com::centreon::engine::logging;
using namespace com::centreon::engine::retention;
Expand Down

0 comments on commit 977f0df

Please sign in to comment.