diff options
author | Phil Jones <philj56@gmail.com> | 2023-03-05 20:46:37 +0000 |
---|---|---|
committer | Phil Jones <philj56@gmail.com> | 2023-03-05 20:46:37 +0000 |
commit | c4c32f63617f612e91e5a4b3b0012d922e5104df (patch) | |
tree | ab7f5b0be42c0d280fc2626fe2f429d4e6cfacf6 /src/surface.h | |
parent | 828744849d0b41d0b65db4f0bcb9be7e8698fdd0 (diff) |
Remove unused image.h.
Diffstat (limited to 'src/surface.h')
-rw-r--r-- | src/surface.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/surface.h b/src/surface.h index e1a5887..737905e 100644 --- a/src/surface.h +++ b/src/surface.h @@ -5,7 +5,6 @@ #include <stdint.h> #include <wayland-client.h> #include "color.h" -#include "image.h" struct surface { struct wl_surface *wl_surface; |