From 8172de23d6c4ae75b090bb9f834a89886d5498ac Mon Sep 17 00:00:00 2001 From: kcudnik Date: Wed, 11 Aug 2021 11:58:22 +0200 Subject: [PATCH] Remove unnecessary comments for include --- lib/inc/Recorder.h | 2 +- vslib/inc/SwitchConfig.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/inc/Recorder.h b/lib/inc/Recorder.h index 627e356c06e6..fcc7ffb1f036 100644 --- a/lib/inc/Recorder.h +++ b/lib/inc/Recorder.h @@ -6,7 +6,7 @@ extern "C" { #include "swss/table.h" -#include "sairedis.h" // for notify enum +#include "sairedis.h" #include #include diff --git a/vslib/inc/SwitchConfig.h b/vslib/inc/SwitchConfig.h index fc53f2bc40fd..200ca10be181 100644 --- a/vslib/inc/SwitchConfig.h +++ b/vslib/inc/SwitchConfig.h @@ -9,7 +9,7 @@ #include extern "C" { -#include "sai.h" // for sai_switch_type_t +#include "sai.h" } namespace saivs