Skip to content

Commit

Permalink
Removing unnecessary includes of scheme.h (sonic-net#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
stcheng authored and Shuotian Cheng committed Jul 11, 2016
1 parent 4c257ea commit 5c8f22a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion lib/inc/sai_redis.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ extern "C" {
#include "swss/notificationproducer.h"
#include "swss/table.h"
#include "swss/select.h"
#include "swss/scheme.h"
#include "swss/logger.h"

extern service_method_table_t g_services;
Expand Down
1 change: 0 additions & 1 deletion syncd/syncd.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ extern "C" {
#include "swss/notificationproducer.h"
#include "swss/selectableevent.h"
#include "swss/select.h"
#include "swss/scheme.h"
#include "swss/logger.h"
#include "swss/table.h"

Expand Down
1 change: 0 additions & 1 deletion syncd/syncd_request_shutdown.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#include <getopt.h>

#include "swss/notificationproducer.h"
#include "swss/scheme.h"
#include "swss/logger.h"

int main(int argc, char **argv)
Expand Down

0 comments on commit 5c8f22a

Please sign in to comment.