Skip to content

Commit

Permalink
Yet more auto-fix repair.
Browse files Browse the repository at this point in the history
  • Loading branch information
hzeller committed Sep 16, 2024
1 parent fb1968a commit 4546ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/term-query.cc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@

#include "term-query.h"

#include <bits/types/struct_timeval.h>
#include <fcntl.h>
#include <string.h> // for memmem()
#include <sys/ioctl.h>
Expand All @@ -25,6 +24,7 @@

#include <cstdio>
#include <cstdlib>
#include <ctime>
#include <functional>

#include "timg-time.h"
Expand Down

0 comments on commit 4546ea1

Please sign in to comment.