From: Shinobu Kinjo Date: Mon, 16 Oct 2017 03:06:02 +0000 (+0900) Subject: osd | cleanup: Don't include same header twice X-Git-Tag: v13.0.1~546^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=75b812b5200df731f9daaf8df91e10de78bd7dba;p=ceph.git osd | cleanup: Don't include same header twice Signed-off-by: Shinobu Kinjo --- diff --git a/src/osd/OSD.cc b/src/osd/OSD.cc index 9fbeaac3dbc..87a0d5167a3 100644 --- a/src/osd/OSD.cc +++ b/src/osd/OSD.cc @@ -135,7 +135,6 @@ #include "auth/AuthAuthorizeHandler.h" #include "auth/RotatingKeyRing.h" -#include "common/errno.h" #include "objclass/objclass.h"