[pisa-src] r1773 - trunk/libpisa/log.h

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Wed, 25 Nov 2009 13:12:08 +0100

Author: biurrun
Date: Wed Nov 25 13:12:07 2009
New Revision: 1773

Log:
Remove unnecessary stdio.h #include.

Modified:
   trunk/libpisa/log.h

Modified: trunk/libpisa/log.h
==============================================================================
--- trunk/libpisa/log.h Wed Nov 25 13:11:32 2009        (r1772)
+++ trunk/libpisa/log.h Wed Nov 25 13:12:07 2009        (r1773)
@@ -18,7 +18,6 @@
 #include "config.h"
 #ifdef CONFIG_PISA_LOGGING
 
-#include <stdio.h>
 #include <time.h>
 #include <netinet/in.h>
 

Other related posts:

  • » [pisa-src] r1773 - trunk/libpisa/log.h - Diego Biurrun