]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
prompt-util: drop unneeded inclusion of stdbool.h
authorMike Yuan <me@yhndnzj.com>
Tue, 20 Jan 2026 23:09:24 +0000 (00:09 +0100)
committerMike Yuan <me@yhndnzj.com>
Tue, 20 Jan 2026 23:09:49 +0000 (00:09 +0100)
Our -forward headers have it covered.

src/shared/prompt-util.h

index 2b81c1245dfc8d68ead5fff31fcc11b7f434314e..436127b32c23771cc6b9f89bbbc83da148398fcd 100644 (file)
@@ -1,8 +1,6 @@
 /* SPDX-License-Identifier: LGPL-2.1-or-later */
 #pragma once
 
-#include <stdbool.h>
-
 #include "shared-forward.h"
 
 typedef enum PromptFlags {