diff options
| author | dec05eba <dec05eba@protonmail.com> | 2026-08-01 23:41:07 +0200 |
|---|---|---|
| committer | dec05eba <dec05eba@protonmail.com> | 2026-08-01 23:41:07 +0200 |
| commit | 8f97b0b422820fd2ac0162aa12cdbf14150f1a11 (patch) | |
| tree | 1302cfc441cdf8f2c82f09251b8b89e0f0a3778a /src/cursor.c | |
| parent | b9ab1878ca353f672593f6fa9d698567c4f41370 (diff) | |
Remove unused includes
Most were left over from moving code out of main.cpp and from replacing
fprintf with gsr_log. Also fixes building without the app_audio option.
Diffstat (limited to 'src/cursor.c')
| -rw-r--r-- | src/cursor.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cursor.c b/src/cursor.c index 65d9d4c..e8595aa 100644 --- a/src/cursor.c +++ b/src/cursor.c @@ -1,7 +1,6 @@ #include "../include/cursor.h" #include "../include/log.h" -#include <stdio.h> #include <stdlib.h> #include <string.h> #include <assert.h> |
