(svn r4522) -Fix: include stdio before stddef; some targets don't like the other way around.

This commit is contained in:
truelight 2006-04-22 10:12:14 +00:00
parent ed96dcd868
commit 28ddc4e45f
1 changed files with 1 additions and 1 deletions

View File

@ -3,8 +3,8 @@
#ifndef STDAFX_H
#define STDAFX_H
#include <stddef.h>
#include <stdio.h>
#include <stddef.h>
#include <string.h>
#include <stdlib.h>