Remove unnecessary stdio.h dependencies

This commit is contained in:
Kelvin Lawson
2011-05-26 23:27:05 +01:00
committed by Himanshu Chauhan
parent 1e80052c98
commit f686c6527a
4 changed files with 0 additions and 12 deletions

View File

@@ -100,9 +100,6 @@
*
*/
#ifndef STAND_ALONE
#include <stdio.h>
#endif
#include "atom.h"
#include "atommutex.h"

View File

@@ -90,9 +90,6 @@
*
*/
#ifndef STAND_ALONE
#include <stdio.h>
#endif
#include <string.h>

View File

@@ -87,9 +87,6 @@
*
*/
#ifndef STAND_ALONE
#include <stdio.h>
#endif
#include "atom.h"
#include "atomsem.h"

View File

@@ -66,9 +66,6 @@
*
*/
#ifndef STAND_ALONE
#include <stdio.h>
#endif
#include "atom.h"