Index: trunk/tests/render_test/rl.cc
===================================================================
--- trunk/tests/render_test/rl.cc	(revision 120)
+++ trunk/tests/render_test/rl.cc	(revision 121)
@@ -8,7 +8,5 @@
 #include <nv/logging.hh>
 #include <nv/logger.hh>
-#include <glm/glm.hpp>
-#include <glm/gtc/matrix_transform.hpp>
-#include <glm/gtc/type_ptr.hpp>
+#include <nv/math.hh>
 #include <nv/string.hh>
 #include <nv/types.hh>
@@ -19,5 +17,5 @@
 const nv::uint16 size_xy = size_x * size_y;
 
-nv::uint8 height[size_xy] = 
+static nv::uint8 height[size_xy] = 
 {
 	4,  4,  4,  4,  4,  4,  4,  4,  4,  4,  4,  4,  4,  4,  4,  4,
@@ -39,5 +37,5 @@
 };
 
-nv::uint8 map[size_xy] = 
+static nv::uint8 map[size_xy] = 
 {
 	2,  2,  2,  2,  2,  2,  2,  2,  2,  2,  2,  2,  2,  2,  2,  2,
@@ -224,7 +222,9 @@
 					case nv::KEY_UP     : move.z = move.z - 1.0f; break;
 					case nv::KEY_DOWN   : move.z = move.z + 1.0f; break;
+					default: break;
 					}
 				}
 				break;
+			default: break;
 			}
 		}
