diff mbox series

[kvm-unit-tests] lib/alloc: remove double include

Message ID 20210527124551.38299-1-seiden@linux.ibm.com (mailing list archive)
State New, archived
Headers show
Series [kvm-unit-tests] lib/alloc: remove double include | expand

Commit Message

Steffen Eiden May 27, 2021, 12:45 p.m. UTC
One bitops.h include should be enough.

Signed-off-by: Steffen Eiden <seiden@linux.ibm.com>
---
 lib/alloc.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/lib/alloc.c b/lib/alloc.c
index a46f464..f4266f5 100644
--- a/lib/alloc.c
+++ b/lib/alloc.c
@@ -1,5 +1,4 @@ 
 #include "alloc.h"
-#include "bitops.h"
 #include "asm/page.h"
 #include "bitops.h"