mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
clean-ups
This commit is contained in:
parent
d015d2e0f4
commit
227c95737b
1 changed files with 4 additions and 4 deletions
|
|
@ -23,16 +23,16 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* quad blending
|
||||
* \brief Quad depth testing
|
||||
*/
|
||||
|
||||
#include "glheader.h"
|
||||
#include "imports.h"
|
||||
#include "main/glheader.h"
|
||||
#include "main/imports.h"
|
||||
#include "pipe/p_defines.h"
|
||||
#include "sp_context.h"
|
||||
#include "sp_headers.h"
|
||||
#include "sp_surface.h"
|
||||
#include "sp_quad.h"
|
||||
#include "pipe/p_defines.h"
|
||||
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue