Drop the unused qemu/log.h include directive in time_helper.c

Signed-off-by: Luc Michel <[email protected]>
---
 target/riscv/time_helper.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/target/riscv/time_helper.c b/target/riscv/time_helper.c
index 400e9173542..d2ec8a94166 100644
--- a/target/riscv/time_helper.c
+++ b/target/riscv/time_helper.c
@@ -15,11 +15,10 @@
  * You should have received a copy of the GNU General Public License along with
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include "qemu/osdep.h"
-#include "qemu/log.h"
 #include "cpu_bits.h"
 #include "time_helper.h"
 #include "hw/intc/riscv_aclint.h"
 
 static void riscv_vstimer_cb(void *opaque)
-- 
2.51.0


Reply via email to