From: Rafał Długołęcki <rafal@dlugolecki.net.pl>
Date: Fri, 20 Jun 2014 18:15:57 +0000 (+0200)
Subject: Remove not used libraries and macros.
X-Git-Url: https://git.dlugolecki.net.pl/?a=commitdiff_plain;h=67f6b5e45ce58afc9986a13b3cf13e507cf64655;p=wsti_so.git

Remove not used libraries and macros.
---

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 <stdio.h>
-#include <stdlib.h>
-#include <string.h>
 
 /* open/read/write/close */
 #include <fcntl.h>
 
-/** 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.