Skip to content

Commit

Permalink
Fix common path issue (#751)
Browse files Browse the repository at this point in the history
Fix common path issue in profileprovider.cpp. sonic-gnmi will break if any header file contains 'common' in path
  • Loading branch information
liuh-80 authored Feb 22, 2023
1 parent 3352881 commit 565ad4b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions common/profileprovider.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
#include <map>
#include <string>
#include <vector>
#include "common/table.h"
#include "common/dbconnector.h"
#include "common/converter.h"
#include "table.h"
#include "dbconnector.h"
#include "converter.h"

namespace swss {

Expand Down

0 comments on commit 565ad4b

Please sign in to comment.