ktls: Remove unneeded vm/uma_dbg.h include

It was used in original implementation, but is no longer.

MFC after:	2 weeks

(cherry picked from commit 1f8a5187ffdd9eb7d78e699f948f7bab3abf60e9)
This commit is contained in:
Alexander Motin 2023-11-09 13:53:07 -05:00
parent 7f8ec7791b
commit a2bb07585b

View file

@ -72,7 +72,6 @@
#endif
#include <opencrypto/cryptodev.h>
#include <opencrypto/ktls.h>
#include <vm/uma_dbg.h>
#include <vm/vm.h>
#include <vm/vm_pageout.h>
#include <vm/vm_page.h>