From 18d7dd44cec1201308d78a4bc172dea7f07f3d9b Mon Sep 17 00:00:00 2001 From: Harshad Poshtiwala <harshad@softickllc.com> Date: Sun, 30 Jan 2022 17:44:16 +0000 Subject: [PATCH] Implement Ioctl 1 --- shim/include/kvm_irq_routing.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/shim/include/kvm_irq_routing.hpp b/shim/include/kvm_irq_routing.hpp index 63385011c..608da01b9 100644 --- a/shim/include/kvm_irq_routing.hpp +++ b/shim/include/kvm_irq_routing.hpp @@ -25,7 +25,6 @@ #ifndef KVM_IRQ_ROUTING_HPP #define KVM_IRQ_ROUTING_HPP -#include <bsl/convert.hpp> #include <bsl/safe_integral.hpp> #pragma pack(push, 1)