reactos/dll/opengl/mesa/math/precomp.h
Pierre Schweitzer 321bcc056d Create the AHCI branch for Aman's work
svn path=/branches/GSoC_2016/AHCI/; revision=71203
2016-04-24 20:17:09 +00:00

15 lines
272 B
C

#ifndef _MESA_MATH_PCH_
#define _MESA_MATH_PCH_
#include <main/context.h>
#include <main/glheader.h>
#include <main/imports.h>
#include <main/macros.h>
#include "m_eval.h"
#include "m_matrix.h"
#include "m_translate.h"
#include "m_xform.h"
#endif /* _MESA_MATH_PCH_ */