about summary refs log tree commit diff
path: root/main.c
diff options
context:
space:
mode:
authorStacy Harper <contact@stacyharper.net>2021-08-24 18:52:05 +0200
committerJohn Sullivan <jsullivan@csumb.edu>2021-10-19 23:12:01 -0700
commitf559b3d999ea185b35a165eeef3e56004fbc5d78 (patch)
tree0d4d9b76c593e906e5a4e9da2f579a518760280d /main.c
parent2d6610e3bfb8bbc9d1236eb49e0b1b399df0f24a (diff)
downloadsuggpicker-f559b3d999ea185b35a165eeef3e56004fbc5d78.tar.gz
Drop wld and implement our own pangocairo renderer
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/main.c b/main.c
index 9b60fc5..1d46c9e 100644
--- a/main.c
+++ b/main.c
@@ -1,7 +1,5 @@
 #include "proto/virtual-keyboard-unstable-v1-client-protocol.h"
 #include "proto/wlr-layer-shell-unstable-v1-client-protocol.h"
-#include "wld/wayland.h"
-#include "wld/wld.h"
 #include <linux/input-event-codes.h>
 #include <stdio.h>
 #include <stdlib.h>