reshuffling of dlls
[reactos.git] / reactos / dll / win32 / crtdll / precomp.h
1 #ifndef _CRT_PRECOMP_H
2 #define _CRT_PRECOMP_H
3
4 #include <stdio.h>
5 #include <windows.h>
6 #include <internal/tls.h>
7 #include <stdlib.h>
8
9 #endif /* _CRT_PRECOMP_H */