mesa/main: fix validation of ARB_query_buffer_object
[mesa.git] / src / mesa / main / texcompress_cpal.c
index 54e9af41d059a7490014bad5c5a088c7d6af285b..c46ef8c53fb2677c617f41645e9a171fe9743ae6 100644 (file)
@@ -32,7 +32,6 @@
 
 
 #include "glheader.h"
-#include "compiler.h" /* for ASSERT */
 #include "context.h"
 #include "mtypes.h"
 #include "imports.h"
@@ -120,7 +119,7 @@ _mesa_cpal_compressed_size(int level, GLenum internalFormat,
    }
 
    info = &formats[internalFormat - GL_PALETTE4_RGB8_OES];
-   ASSERT(info->cpal_format == internalFormat);
+   assert(info->cpal_format == internalFormat);
 
    expect_size = info->palette_size * info->size;
    for (lvl = 0; lvl < num_levels; lvl++) {