mirror of
https://github.com/kelvinlawson/atomthreads.git
synced 2026-01-11 18:33:16 +01:00
Remove unnecessary stdio.h dependencies
This commit is contained in:
committed by
Himanshu Chauhan
parent
1e80052c98
commit
f686c6527a
@@ -100,9 +100,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef STAND_ALONE
|
||||
#include <stdio.h>
|
||||
#endif
|
||||
|
||||
#include "atom.h"
|
||||
#include "atommutex.h"
|
||||
|
||||
@@ -90,9 +90,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef STAND_ALONE
|
||||
#include <stdio.h>
|
||||
#endif
|
||||
|
||||
#include <string.h>
|
||||
|
||||
|
||||
@@ -87,9 +87,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef STAND_ALONE
|
||||
#include <stdio.h>
|
||||
#endif
|
||||
|
||||
#include "atom.h"
|
||||
#include "atomsem.h"
|
||||
|
||||
@@ -66,9 +66,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef STAND_ALONE
|
||||
#include <stdio.h>
|
||||
#endif
|
||||
|
||||
#include "atom.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user