Skip to content

Commit b257d91

Browse files
andrealmeidKAGA-KOKO
authored andcommitted
selftests/futex: Drop logging.h include from futex_numa
futex_numa doesn't really use logging.h helpers, it's only need two includes from this file. So drop it and include the two missing includes. Signed-off-by: André Almeida <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]>
1 parent d35ca2f commit b257d91

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/testing/selftests/futex/functional/futex_numa.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
#include <sys/mman.h>
66
#include <fcntl.h>
77
#include <stdbool.h>
8+
#include <stdio.h>
9+
#include <stdlib.h>
810
#include <time.h>
911
#include <assert.h>
10-
#include "logging.h"
1112
#include "futextest.h"
1213
#include "futex2test.h"
1314

0 commit comments

Comments
 (0)