Skip to content

Commit fe0436e

Browse files
Brajeswar Ghoshtorvalds
authored andcommitted
samples/mic/mpssd/mpssd.h: remove duplicate header
Remove duplicate headers which are included more than once Link: http://lkml.kernel.org/r/20190114170033.GA3674@hp-pavilion-15-notebook-pc-brajeswar Signed-off-by: Brajeswar Ghosh <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
1 parent fd2081f commit fe0436e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

samples/mic/mpssd/mpssd.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,21 +37,18 @@
3737
#include <sys/types.h>
3838
#include <sys/socket.h>
3939
#include <sys/stat.h>
40-
#include <sys/types.h>
4140
#include <sys/mman.h>
4241
#include <sys/utsname.h>
4342
#include <sys/wait.h>
4443
#include <netinet/in.h>
4544
#include <arpa/inet.h>
4645
#include <netdb.h>
47-
#include <pthread.h>
4846
#include <signal.h>
4947
#include <limits.h>
5048
#include <syslog.h>
5149
#include <getopt.h>
5250
#include <net/if.h>
5351
#include <linux/if_tun.h>
54-
#include <linux/if_tun.h>
5552
#include <linux/virtio_ids.h>
5653

5754
#define MICSYSFSDIR "/sys/class/mic"

0 commit comments

Comments
 (0)