summaryrefslogtreecommitdiffstats
path: root/src/templates
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates')
-rw-r--r--src/templates/conditional.mako.cpp2
-rw-r--r--src/templates/generated.mako.hpp1
2 files changed, 1 insertions, 2 deletions
diff --git a/src/templates/conditional.mako.cpp b/src/templates/conditional.mako.cpp
index 229b3d6..d7d5015 100644
--- a/src/templates/conditional.mako.cpp
+++ b/src/templates/conditional.mako.cpp
@@ -1,5 +1,5 @@
% if c.defer:
-std::make_unique<DeferrableCallback<ConfigPropertyCallbacks, SDEventTimer>>(
+std::make_unique<DeferrableCallback<ConfigPropertyCallbacks>>(
${indent(1)}ConfigPropertyCallbackGroups::get()[${c.graph}],
${indent(1)}*ConfigConditions::get()[${c.condition}],
${indent(1)}${c.defer})\
diff --git a/src/templates/generated.mako.hpp b/src/templates/generated.mako.hpp
index 8dbaa20..d0a5ead 100644
--- a/src/templates/generated.mako.hpp
+++ b/src/templates/generated.mako.hpp
@@ -17,7 +17,6 @@
#include "sdbusplus.hpp"
#include "event.hpp"
#include "snmp_trap.hpp"
-#include "sdevent.hpp"
using namespace std::string_literals;
using namespace std::chrono_literals;
OpenPOWER on IntegriCloud