more crt, crtdll and msvcrt cleanup
[reactos.git] / reactos / lib / msvcrt / precomp.h
1 #ifndef _CRT_PRECOMP_H
2 #define _CRT_PRECOMP_H
3
4 #include <stdio.h>
5 #include <internal/tls.h>
6 #include <stdlib.h>
7 #include <windows.h>
8
9 #endif /* _CRT_PRECOMP_H */