commit | 3022f1f3f097f55f6ed10679dc3748f5756eca90 | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@gmail.com> | Fri Mar 07 06:52:34 2025 -0600 |
committer | Jayanth Othayoth <ojayanth@gmail.com> | Thu Mar 13 23:53:37 2025 -0500 |
tree | 1d374635da663a66aaf71f70478816ce59428142 | |
parent | a6c307a84fe43679ece859789666cca4c391cd38 [diff] |
clang-tidy:test fix file not found error This commit resolves the clang-diagnostic-error related to the missing 'sample.h' file. Change-Id: I2cd7afe57362eba18f2d2a08c09947c8118e2a74 Signed-off-by: Jayanth Othayoth <ojayanth@gmail.com>
diff --git a/test/oemrouter_unittest.cpp b/test/oemrouter_unittest.cpp index f5997fd..7016c6e 100644 --- a/test/oemrouter_unittest.cpp +++ b/test/oemrouter_unittest.cpp
@@ -1,5 +1,3 @@ -#include "sample.h" - #include <ipmid/api.h> #include <ipmid/oemrouter.hpp>