remove final imports.h and imports.c bits
[mesa.git] / src / mesa / main / texcompress_fxt1.c
index 5b93eee343928d68deb2bf3f43c446bd96bc2e41..7eedd6e17326306a1748f74a10b24c5dd21bb0d1 100644 (file)
@@ -31,7 +31,7 @@
 
 #include "errors.h"
 #include "glheader.h"
-#include "util/imports.h"
+
 #include "image.h"
 #include "macros.h"
 #include "mipmap.h"
@@ -667,7 +667,7 @@ fxt1_quantize_ALPHA1 (GLuint *cc,
            }
            sumL += sum;
        }
-       
+
        nn_comp--;
    }
 
@@ -742,7 +742,7 @@ fxt1_quantize_ALPHA1 (GLuint *cc,
          lolo <<= 2;
          lolo |= texel;
       }
-      
+
       cc[0] = lolo;
    }
 
@@ -1117,7 +1117,7 @@ fxt1_quantize_MIXED0 (GLuint *cc,
          }
          lolo = ~lolo;
       }
-      
+
       cc[0] = lolo;
    }