1 
2 #ifndef __WINE_D3DCOMPILER_PRECOMP_H
3 #define __WINE_D3DCOMPILER_PRECOMP_H
4 
5 #include <wine/config.h>
6 #include <wine/port.h>
7 
8 #include <stdio.h>
9 
10 #include "d3dcompiler_private.h"
11 
12 #endif /* !__WINE_D3DCOMPILER_PRECOMP_H */
13