Remove unnecessary stdio.h dependencies

This commit is contained in:
Kelvin Lawson
2011-05-26 23:27:05 +01:00
parent be6e60bf2f
commit 00d4e3f2af
4 changed files with 0 additions and 4 deletions

View File

@@ -101,7 +101,6 @@
*/
#include <stdio.h>
#include "atom.h"
#include "atommutex.h"
#include "atomtimer.h"

View File

@@ -91,7 +91,6 @@
*/
#include <stdio.h>
#include <string.h>
#include "atom.h"

View File

@@ -88,7 +88,6 @@
*/
#include <stdio.h>
#include "atom.h"
#include "atomsem.h"
#include "atomtimer.h"

View File

@@ -67,7 +67,6 @@
*/
#include <stdio.h>
#include "atom.h"