Skip to content

Commit

Permalink
Remove unnecessary include from SaiInterface.h
Browse files Browse the repository at this point in the history
  • Loading branch information
kcudnik committed Aug 21, 2021
1 parent 8172de2 commit ce6ad22
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions lib/inc/RemoteSaiInterface.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#pragma once

#include "sairedis.h"

#include "meta/SaiInterface.h"

namespace sairedis
Expand Down
2 changes: 1 addition & 1 deletion meta/SaiInterface.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ extern "C" {
#include "saimetadata.h"
}

#include "sairedis.h"
//#include "sairedis.h"

#define SAIREDIS_SAIINTERFACE_DECLARE_REMOVE_ENTRY(ot) \
virtual sai_status_t remove( \
Expand Down

0 comments on commit ce6ad22

Please sign in to comment.