diff -r 954d4171a810 -r 0224108bd8c2 ui/gtk/list.h --- a/ui/gtk/list.h Sun Dec 07 15:47:53 2025 +0100 +++ b/ui/gtk/list.h Sun Dec 07 15:50:20 2025 +0100 @@ -26,10 +26,10 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#ifndef TREE_H -#define TREE_H +#ifndef LIST_H +#define LIST_H -#include "../ui/tree.h" +#include "../ui/list.h" #include "toolkit.h" #include @@ -209,5 +209,5 @@ } #endif -#endif /* TREE_H */ +#endif /* LIST_H */