Skip to content

Commit

Permalink
datapath: Remove duplicated includes
Browse files Browse the repository at this point in the history
Remove duplicated includes.

Acked-by: Greg Rose <[email protected]>
Signed-off-by: Yunjian Wang <[email protected]>
Signed-off-by: William Tu <[email protected]>
  • Loading branch information
wyjwang authored and williamtu committed Jul 14, 2020
1 parent 240207e commit 252c24a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion datapath/linux/compat/lisp.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
#include "datapath.h"
#include "gso.h"
#include "vport.h"
#include "gso.h"
#include "vport-netdev.h"

#define LISP_UDP_PORT 4341
Expand Down
1 change: 0 additions & 1 deletion datapath/vport-stt.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
#include <net/route.h>
#include <net/udp.h>
#include <net/xfrm.h>
#include <net/stt.h>

#include "datapath.h"
#include "vport.h"
Expand Down

0 comments on commit 252c24a

Please sign in to comment.