mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
search: sort includes
This commit is contained in:
parent
36350b01a5
commit
bd5e579867
1 changed files with 1 additions and 1 deletions
2
search.c
2
search.c
|
|
@ -6,9 +6,9 @@
|
|||
#define LOG_MODULE "search"
|
||||
#define LOG_ENABLE_DBG 0
|
||||
#include "log.h"
|
||||
#include "grid.h"
|
||||
#include "render.h"
|
||||
#include "selection.h"
|
||||
#include "grid.h"
|
||||
|
||||
void
|
||||
search_begin(struct terminal *term)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue