mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
- Use #include <xxx> for system include files instead of #include "xxx".
svn path=/trunk/; revision=10354
This commit is contained in:
@@ -24,8 +24,8 @@
|
||||
*/
|
||||
|
||||
#include <stdarg.h>
|
||||
#include "string.h"
|
||||
#include "stdlib.h"
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "wine/debug.h"
|
||||
#include "windef.h"
|
||||
@@ -39,8 +39,8 @@
|
||||
#include "fdi.h"
|
||||
#include "wine/unicode.h"
|
||||
|
||||
#include "fcntl.h"
|
||||
#include "share.h"
|
||||
#include <fcntl.h>
|
||||
#include <share.h>
|
||||
|
||||
#include "wine/debug.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user