Skip to content

Commit

Permalink
Remove unnecessary comments for include
Browse files Browse the repository at this point in the history
  • Loading branch information
kcudnik committed Aug 21, 2021
1 parent 50bfd42 commit 8172de2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/inc/Recorder.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ extern "C" {

#include "swss/table.h"

#include "sairedis.h" // for notify enum
#include "sairedis.h"

#include <string>
#include <fstream>
Expand Down
2 changes: 1 addition & 1 deletion vslib/inc/SwitchConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#include <memory>

extern "C" {
#include "sai.h" // for sai_switch_type_t
#include "sai.h"
}

namespace saivs
Expand Down

0 comments on commit 8172de2

Please sign in to comment.