Skip to content

Commit

Permalink
Removing unnecessary includes of scheme.h (sonic-net#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shuotian Cheng committed Jul 11, 2016
1 parent 45140ae commit c3c01c9
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion fpmsyncd/routesync.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
#include "ipprefix.h"
#include "dbconnector.h"
#include "producertable.h"
#include "scheme.h"
#include "fpmsyncd/fpmlink.h"
#include "fpmsyncd/routesync.h"

Expand Down
1 change: 0 additions & 1 deletion intfsyncd/intfsync.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
#include "netmsg.h"
#include "dbconnector.h"
#include "producertable.h"
#include "scheme.h"
#include "linkcache.h"
#include "intfsyncd/intfsync.h"

Expand Down
1 change: 0 additions & 1 deletion neighsyncd/neighsync.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
#include "netmsg.h"
#include "dbconnector.h"
#include "producertable.h"
#include "scheme.h"
#include "linkcache.h"
#include "neighsyncd/neighsync.h"

Expand Down
1 change: 0 additions & 1 deletion portsyncd/linksync.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
#include "netmsg.h"
#include "dbconnector.h"
#include "producertable.h"
#include "scheme.h"
#include "linkcache.h"
#include "portsyncd/linksync.h"

Expand Down
1 change: 0 additions & 1 deletion teamsyncd/teamsync.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
#include "netmsg.h"
#include "dbconnector.h"
#include "producertable.h"
#include "scheme.h"
#include "teamsync.h"

using namespace std;
Expand Down

0 comments on commit c3c01c9

Please sign in to comment.