From 9d050b4370a184e5c2a4f694418f69aa1c74aa83 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Sat, 29 Jun 2013 12:25:06 -0400 Subject: [PATCH] all: Clean up use of --- backend_common.c | 1 + kodak1400_print.c | 2 -- kodak6800_print.c | 2 -- 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/backend_common.c b/backend_common.c index 6696276..339b920 100644 --- a/backend_common.c +++ b/backend_common.c @@ -26,6 +26,7 @@ */ #include +#include #define STR_LEN_MAX 64 #define DEBUG( ... ) fprintf(stderr, "DEBUG: " __VA_ARGS__ ) diff --git a/kodak1400_print.c b/kodak1400_print.c index 9033d00..90fef7f 100644 --- a/kodak1400_print.c +++ b/kodak1400_print.c @@ -25,8 +25,6 @@ * */ -#include - #include #include #include diff --git a/kodak6800_print.c b/kodak6800_print.c index 8f10cbe..d89223b 100644 --- a/kodak6800_print.c +++ b/kodak6800_print.c @@ -25,8 +25,6 @@ * */ -#include - #include #include #include