From 67f6b5e45ce58afc9986a13b3cf13e507cf64655 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rafa=C5=82=20D=C5=82ugo=C5=82=C4=99cki?= Date: Fri, 20 Jun 2014 20:15:57 +0200 Subject: [PATCH] Remove not used libraries and macros. --- src/process3.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/process3.c b/src/process3.c index f06a381..b2fe61c 100644 --- a/src/process3.c +++ b/src/process3.c @@ -1,13 +1,8 @@ #include -#include -#include /* open/read/write/close */ #include -/** If buffer is too small to hold entire string, it is incremented by this value */ -#define BUFFER_STEP 16 - /** * Program grabs data (calculated number of characters) from process2 and prints * grabbed data to the standard output. -- 2.30.2