refactor: clean includes

This commit is contained in:
2025-11-08 14:29:37 +01:00
parent c111bd0c74
commit 197c0c70da
14 changed files with 25 additions and 12 deletions
+2 -1
View File
@@ -6,6 +6,8 @@
#include <string.h>
#include <sys/wait.h>
#include "types.h"
#include "config.h"
#include "config_file.h"
#include "file.h"
@@ -16,7 +18,6 @@
#include "state.h"
#include "tempo.h"
#include "timer.h"
#include "types.h"
#include "video.h"
#include "window.h"