From 24a12d9ba681fcde6beb3c11bc54d13e2d6ad436 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= Date: Tue, 5 Jan 2010 23:22:25 +0100 Subject: small nothing --- lf_fifo.c | 2 +- lf_fifo.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lf_fifo.c b/lf_fifo.c index 963d53b..e96211b 100644 --- a/lf_fifo.c +++ b/lf_fifo.c @@ -26,7 +26,7 @@ */ #include "lf_fifo.h" -#include "stdlib.h" +#include /* initialize an empty lf_fifo structure */ void lf_fifo_init( lf_fifo_t *q ) { diff --git a/lf_fifo.h b/lf_fifo.h index cfecee1..11de7c3 100644 --- a/lf_fifo.h +++ b/lf_fifo.h @@ -25,11 +25,11 @@ * */ -#include "lf_cas.h" - #ifndef _LF_FIFO_H_ #define _LF_FIFO_H_ +#include "lf_cas.h" + # ifdef __cplusplus extern "C" { # endif /* __cplusplus */ -- cgit v1.1-2-g2b99