Commit e3285d5f authored by Kumar Gala's avatar Kumar Gala Committed by Anas Nashif
Browse files

kernel: Remove duplicate include of kswap.h



kswap.h was included twice.  Remove the duplication

Fixes #33524

Signed-off-by: default avatarKumar Gala <kumar.gala@linaro.org>
parent a6183cff
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -27,7 +27,6 @@
#include <string.h>
#include <sys/dlist.h>
#include <kernel_internal.h>
#include <kswap.h>
#include <drivers/entropy.h>
#include <logging/log_ctrl.h>
#include <tracing/tracing.h>