Skip to content

Commit

Permalink
Repair some auto-fix fallout.
Browse files Browse the repository at this point in the history
  • Loading branch information
hzeller committed Sep 16, 2024
1 parent 7b8a97a commit baf893c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion src/openslide-source.cc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
#include "openslide-source.h"

#include <openslide.h>
#include <unistd.h>

#include <csignal>
#include <cstdarg>
Expand Down
4 changes: 1 addition & 3 deletions src/term-query.cc
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,16 @@

#include "term-query.h"

#include <asm-generic/ioctls.h>
#include <bits/types/struct_timeval.h>
#include <fcntl.h>
#include <string.h>
#include <string.h> // for memmem()
#include <sys/ioctl.h>
#include <sys/select.h>
#include <termios.h>
#include <unistd.h>

#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <functional>

#include "timg-time.h"
Expand Down

0 comments on commit baf893c

Please sign in to comment.