Removes unneeded include from main.c
This commit is contained in:
parent
09b64ed0b4
commit
86819ebac2
|
@ -1,10 +1,10 @@
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#include <string.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <termios.h>
|
#include <termios.h>
|
||||||
|
|
||||||
#include "cbor.h"
|
|
||||||
#include "image.h"
|
#include "image.h"
|
||||||
#include "termios_util.h"
|
#include "termios_util.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue