summaryrefslogtreecommitdiff
path: root/src/basic/plymouth-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/basic/plymouth-util.h')
-rw-r--r--src/basic/plymouth-util.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/basic/plymouth-util.h b/src/basic/plymouth-util.h
index e0539910c4..27b5eb28aa 100644
--- a/src/basic/plymouth-util.h
+++ b/src/basic/plymouth-util.h
@@ -1,11 +1,7 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once
-#include <stdbool.h>
-
#define PLYMOUTH_SOCKET { \
.un.sun_family = AF_UNIX, \
.un.sun_path = "\0/org/freedesktop/plymouthd", \
}
-
-bool plymouth_running(void);