mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 20:56:26 +00:00
#include "precomp.h" -> #include <precomp.h>
svn path=/trunk/; revision=16993
This commit is contained in:
parent
ec8d77890b
commit
0ee2eb988f
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "precomp.h"
|
#include <precomp.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <internal/tls.h>
|
#include <internal/tls.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue