diff options
Diffstat (limited to 'src/mesa/main/pbo.c')
-rw-r--r-- | src/mesa/main/pbo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/pbo.c b/src/mesa/main/pbo.c index 8ab782f3a33..7cb463d93fc 100644 --- a/src/mesa/main/pbo.c +++ b/src/mesa/main/pbo.c @@ -36,8 +36,8 @@ #include "bufferobj.h" #include "glformats.h" #include "image.h" -#include "util/imports.h" #include "mtypes.h" +#include "macros.h" #include "pbo.h" |