[SDK] Provide .const macro for gas
[reactos.git] / dll / opengl / mesa / tnl / precomp.h
1 #ifndef _MESA_TNL_PCH_
2 #define _MESA_TNL_PCH_
3
4 #include <main/bufferobj.h>
5 #include <main/colormac.h>
6 #include <main/context.h>
7 #include <main/dd.h>
8 #include <main/enums.h>
9 #include <main/feedback.h>
10 #include <main/glheader.h>
11 #include <main/imports.h>
12 #include <main/light.h>
13 #include <main/macros.h>
14 #include <main/mtypes.h>
15 #include <main/simple_list.h>
16 #include <main/state.h>
17 #include <math/m_matrix.h>
18 #include <math/m_translate.h>
19 #include <math/m_xform.h>
20 #include <swrast/s_chan.h>
21 #include <vbo/vbo.h>
22
23 #include "t_context.h"
24 #include "t_pipeline.h"
25 #include "t_vertex.h"
26 #include "tnl.h"
27
28 #endif /* _MESA_TNL_PCH_ */