abg

Animated background for X11
git clone git://git.laack.co/abg.git
Log | Files | Refs | README

commit 36d7ad8dc5f922fa3d011475ff048a5bffbcef99
parent dc9fa71238ed3bfd784a93bf412f6f456e2bb719
Author: Andrew Laack <andrew@laack.co>
Date:   Tue, 15 Sep 2026 12:15:58 -0500

Removed unnecessary include

Diffstat:
Mbackground/src/background.cpp | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/background/src/background.cpp b/background/src/background.cpp @@ -1,4 +1,3 @@ -#include <csignal> #include <cstddef> #include <cstdint> #include <stdexcept>