diff --git a/lib/inc/sai_redis.h b/lib/inc/sai_redis.h index ebe54ad060a5..656e75446c98 100644 --- a/lib/inc/sai_redis.h +++ b/lib/inc/sai_redis.h @@ -20,7 +20,6 @@ extern "C" { #include "swss/notificationproducer.h" #include "swss/table.h" #include "swss/select.h" -#include "swss/scheme.h" #include "swss/logger.h" extern service_method_table_t g_services; diff --git a/syncd/syncd.h b/syncd/syncd.h index cef42893c241..ac6e6b20820b 100644 --- a/syncd/syncd.h +++ b/syncd/syncd.h @@ -28,7 +28,6 @@ extern "C" { #include "swss/notificationproducer.h" #include "swss/selectableevent.h" #include "swss/select.h" -#include "swss/scheme.h" #include "swss/logger.h" #include "swss/table.h" diff --git a/syncd/syncd_request_shutdown.cpp b/syncd/syncd_request_shutdown.cpp index ccbbe3b3fddb..d883fde11025 100644 --- a/syncd/syncd_request_shutdown.cpp +++ b/syncd/syncd_request_shutdown.cpp @@ -5,7 +5,6 @@ #include #include "swss/notificationproducer.h" -#include "swss/scheme.h" #include "swss/logger.h" int main(int argc, char **argv)