commit | f93c405fd2af186a36cdbbe763d51edd846a3f32 | [log] [tgz] |
---|---|---|
author | Pavithra Barithaya <pavithra.b@ibm.com> | Wed Apr 26 23:28:13 2023 -0500 |
committer | Pavithra Barithaya <pavithra.b@ibm.com> | Thu Apr 27 00:36:14 2023 -0500 |
tree | 08f8ab7065f4f18803527e87f6601bd14e5f8f84 | |
parent | 506b366362fa8c75a0c351442b016f43472a2638 [diff] [blame] |
Enable modernize tidy checks on the repo This commit enables the modernize clang-tidy checks. Change-Id: I586303ebc257c6e6e05489247bc75d227b328607 Signed-off-by: Pavithra Barithaya <pavithra.b@ibm.com>
diff --git a/manager.cpp b/manager.cpp index 36285ff..1aeaf4b 100644 --- a/manager.cpp +++ b/manager.cpp
@@ -2,10 +2,10 @@ #include "utils.hpp" -#include <assert.h> - #include <phosphor-logging/lg2.hpp> +#include <cassert> + namespace rules = sdbusplus::bus::match::rules; namespace // anonymous