summaryrefslogtreecommitdiff
path: root/src/entry.c
diff options
context:
space:
mode:
authorPhil Jones <philj56@gmail.com>2022-06-10 19:36:29 +0100
committerPhil Jones <philj56@gmail.com>2022-06-10 19:36:29 +0100
commit7c31982244f179cb2f51bb1d81b21ad4efd649ba (patch)
tree07c612f81b6b5a15aa2c0587fdee7077ceaeba36 /src/entry.c
parenta6ac47fb763fd4448c0269e274f061226fa0f10a (diff)
Various small changes.
- Split the compgen and history sorting parts of compgen(), for future dmenu-like work. - Add a separate tofi-compgen executable. - Remove harfbuzz-glib usage, as we shouldn't be doing any complicated unicode stuff.
Diffstat (limited to 'src/entry.c')
-rw-r--r--src/entry.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/entry.c b/src/entry.c
index 453f3c5..252e3e1 100644
--- a/src/entry.c
+++ b/src/entry.c
@@ -1,5 +1,4 @@
#include <cairo/cairo.h>
-#include <glib.h>
#include <wchar.h>
#include "entry.h"
#include "log.h"