X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fmesa%2Fmain%2Ftexcompress_rgtc.c;h=6839432966fc5a1a01f4e150e90f6d441d4cfb12;hb=51c1c4d95a05b6eb6fce74e8d624615e4a1b38ab;hp=ef5c2bbfd8d02247cf66a4c2529fee40a5d276de;hpb=d8741ad251d65b7cf2aa019ed5d0713a264bc941;p=mesa.git diff --git a/src/mesa/main/texcompress_rgtc.c b/src/mesa/main/texcompress_rgtc.c index ef5c2bbfd8d..6839432966f 100644 --- a/src/mesa/main/texcompress_rgtc.c +++ b/src/mesa/main/texcompress_rgtc.c @@ -1,6 +1,6 @@ /* * Copyright (C) 2011 Red Hat Inc. - * + * * block compression parts are: * Copyright (C) 2004 Roland Scheidegger All Rights Reserved. * @@ -32,10 +32,11 @@ * GL_EXT_texture_compression_rgtc support. */ +#include #include "config.h" #include "glheader.h" -#include "imports.h" + #include "image.h" #include "macros.h" #include "mipmap.h"