mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-28 11:50:23 +01:00
gallium: Invert include order.
This commit is contained in:
parent
696067e781
commit
dc31bb5076
1 changed files with 2 additions and 2 deletions
|
|
@ -28,11 +28,11 @@
|
|||
#ifndef PIPE_FORMAT_H
|
||||
#define PIPE_FORMAT_H
|
||||
|
||||
#include "util/u_string.h"
|
||||
|
||||
#include "p_compiler.h"
|
||||
#include "p_debug.h"
|
||||
|
||||
#include "util/u_string.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue