Skip to content
Snippets Groups Projects
Commit 3e65dd7a authored by Emil Velikov's avatar Emil Velikov Committed by Emil Velikov
Browse files

tests/core_setmaster_vs_auth: drop __linux__ includes hunk


Seeming copy/paste from another test. None of the includes are required.

Signed-off-by: default avatarEmil Velikov <emil.velikov@collabora.com>
Acked-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
parent cb8e45a6
No related branches found
No related tags found
No related merge requests found
......@@ -38,11 +38,6 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#ifdef __linux__
# include <sys/syscall.h>
#else
# include <pthread.h>
#endif
IGT_TEST_DESCRIPTION("Check that drop/setMaster correctly transfer master "
"state");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment