diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2019-09-28 11:05:42 -0400 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2019-09-28 11:05:42 -0400 |
commit | 8d371eee153ffb6dae3d59ed6232eb61d3a258ca (patch) | |
tree | 055e45998804d113144e870ef2372d794a0515a1 /backend_shinkos1245.c | |
parent | a06a81d1e98166f0cd5b5ef634ae41ec83366873 (diff) | |
download | selphy_print-8d371eee153ffb6dae3d59ed6232eb61d3a258ca.tar.gz selphy_print-8d371eee153ffb6dae3d59ed6232eb61d3a258ca.tar.bz2 selphy_print-8d371eee153ffb6dae3d59ed6232eb61d3a258ca.zip |
all: Clean up unnecessary #include
Diffstat (limited to 'backend_shinkos1245.c')
-rw-r--r-- | backend_shinkos1245.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/backend_shinkos1245.c b/backend_shinkos1245.c index 2360a40..5103549 100644 --- a/backend_shinkos1245.c +++ b/backend_shinkos1245.c @@ -29,16 +29,6 @@ * */ -#include <stdio.h> -#include <stdlib.h> -#include <string.h> -#include <unistd.h> - -#include <sys/types.h> -#include <sys/stat.h> -#include <fcntl.h> -#include <signal.h> - #define BACKEND shinkos1245_backend #include "backend_common.h" |