summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNan Zhou <nanzhoumails@gmail.com>2022-06-21 20:47:30 +0300
committerNan Zhou <nanzhoumails@gmail.com>2022-06-23 02:13:07 +0300
commitf1eac5775ed6593fe7148118304bdecec08af1ef (patch)
treed156bd93e488c02402f7bc24712d74515132b803
parentfe04d49cb52d8989818561c71bdbd6ba676058a5 (diff)
downloadbmcweb-f1eac5775ed6593fe7148118304bdecec08af1ef.tar.xz
pam_authenticate: remove unused reference
The header pam_authenticate isn't referenced at all in these two files. So remove it. Tested: codes compiles Signed-off-by: Nan Zhou <nanzhoumails@gmail.com> Change-Id: I4d9ea06dca2ce4d05add710ec3d6cc0df5c1a39d
-rw-r--r--include/persistent_data.hpp1
-rw-r--r--include/sessions.hpp1
2 files changed, 0 insertions, 2 deletions
diff --git a/include/persistent_data.hpp b/include/persistent_data.hpp
index 1ca925eb23..de5d6780f8 100644
--- a/include/persistent_data.hpp
+++ b/include/persistent_data.hpp
@@ -9,7 +9,6 @@
#include <http_request.hpp>
#include <http_response.hpp>
#include <nlohmann/json.hpp>
-#include <pam_authenticate.hpp>
#include <sessions.hpp>
#include <filesystem>
diff --git a/include/sessions.hpp b/include/sessions.hpp
index 748bb08999..52e7450f4a 100644
--- a/include/sessions.hpp
+++ b/include/sessions.hpp
@@ -11,7 +11,6 @@
#include <boost/uuid/uuid_io.hpp>
#include <dbus_singleton.hpp>
#include <nlohmann/json.hpp>
-#include <pam_authenticate.hpp>
#include <random.hpp>
#include <sdbusplus/bus/match.hpp>
#include <utils/ip_utils.hpp>