From a12b746fba443fb7c7477ac1dc591af301c0830b Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 6 Sep 2024 17:32:48 +0200 Subject: [PATCH] wreadln: remove obsolete #include line --- src/wreadln.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wreadln.cxx b/src/wreadln.cxx index ddda3143..69f5cb96 100644 --- a/src/wreadln.cxx +++ b/src/wreadln.cxx @@ -3,7 +3,6 @@ #include "wreadln.hxx" #include "Completion.hxx" -//#include "screen_utils.hxx" #include "config.h" #include "ui/Bell.hxx" #include "ui/Point.hxx"