summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChia-I Wu <olv@lunarg.com>2011-09-23 15:06:53 +0800
committerChia-I Wu <olv@lunarg.com>2011-11-15 08:15:29 -0700
commitb857c372ff3d976bdc47cd77fee7de17981b010b (patch)
treef3499b863d0429c56ad359ebcdc26f63dd5700bc
parentd9e3b1337a09ac0fa751ff051f3e5e370e9a622f (diff)
android: make stlport happyandroid-gingerbread-next
-rw-r--r--src/gallium/auxiliary/util/u_format_rgb9e5.h1
-rw-r--r--src/gallium/auxiliary/vl/vl_vlc.h2
2 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/auxiliary/util/u_format_rgb9e5.h b/src/gallium/auxiliary/util/u_format_rgb9e5.h
index c2a3f6f3e9..3fb2ce0d19 100644
--- a/src/gallium/auxiliary/util/u_format_rgb9e5.h
+++ b/src/gallium/auxiliary/util/u_format_rgb9e5.h
@@ -27,7 +27,6 @@
#define RGB9E5_H
#include <math.h>
-#include <assert.h>
#define RGB9E5_EXPONENT_BITS 5
#define RGB9E5_MANTISSA_BITS 9
diff --git a/src/gallium/auxiliary/vl/vl_vlc.h b/src/gallium/auxiliary/vl/vl_vlc.h
index dc4faedfcb..59137e3765 100644
--- a/src/gallium/auxiliary/vl/vl_vlc.h
+++ b/src/gallium/auxiliary/vl/vl_vlc.h
@@ -28,8 +28,6 @@
#ifndef vl_vlc_h
#define vl_vlc_h
-#include <assert.h>
-
#include "pipe/p_compiler.h"
#include "util/u_math.h"