Skip to content

Commit

Permalink
Fix review comments
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Sun <stephens@nvidia.com>
  • Loading branch information
stephenxs committed May 13, 2024
1 parent 52d27f5 commit edb90d1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion orchagent/flex_counter/flex_counter_manager.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@

extern "C" {
#include "sai.h"
#include "sairedis.h"
}

enum class StatsMode
Expand Down
1 change: 1 addition & 0 deletions orchagent/saihelper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ extern "C" {
#include "sai.h"
#include "saistatus.h"
#include "saiextensions.h"
#include "sairedis.h"
}

#include <inttypes.h>
Expand Down
1 change: 0 additions & 1 deletion orchagent/saihelper.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#include <string>
#include "orch.h"
#include "producertable.h"
#include <sairedis.h>

#define IS_ATTR_ID_IN_RANGE(attrId, objectType, attrPrefix) \
((attrId) >= SAI_ ## objectType ## _ATTR_ ## attrPrefix ## _START && (attrId) <= SAI_ ## objectType ## _ATTR_ ## attrPrefix ## _END)
Expand Down

0 comments on commit edb90d1

Please sign in to comment.