26 lines
691 B
Diff
26 lines
691 B
Diff
From 64ef4f52a1f75be2dbd1b750a52500818790f501 Mon Sep 17 00:00:00 2001
|
|
From: wujing <wujing50@huawei.com>
|
|
Date: Thu, 1 Sep 2022 09:41:50 +0800
|
|
Subject: [PATCH 4/5] remove redundant header files
|
|
|
|
Signed-off-by: wujing <wujing50@huawei.com>
|
|
---
|
|
src/daemon/entry/cri/cri_helpers.cc | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/src/daemon/entry/cri/cri_helpers.cc b/src/daemon/entry/cri/cri_helpers.cc
|
|
index 04e4f534..7df759e1 100644
|
|
--- a/src/daemon/entry/cri/cri_helpers.cc
|
|
+++ b/src/daemon/entry/cri/cri_helpers.cc
|
|
@@ -18,7 +18,6 @@
|
|
#include <algorithm>
|
|
#include <functional>
|
|
#include <iostream>
|
|
-#include <openssl/sha.h>
|
|
#include <sys/utsname.h>
|
|
#include <utility>
|
|
|
|
--
|
|
2.25.1
|
|
|