Add SwiftShader dump from Feb 6 2013
diff --git a/src/Shader/Constants.cpp b/src/Shader/Constants.cpp
index d111e5e..88a6a81 100644
--- a/src/Shader/Constants.cpp
+++ b/src/Shader/Constants.cpp
@@ -1,6 +1,6 @@
 // SwiftShader Software Renderer
 //
-// Copyright(c) 2005-2011 TransGaming Inc.
+// Copyright(c) 2005-2012 TransGaming Inc.
 //
 // All rights reserved. No part of this software may be copied, distributed, transmitted,
 // transcribed, stored in a retrieval system, translated into any human or computer
@@ -11,13 +11,15 @@
 
 #include "Constants.hpp"
 
-#include "Math.hpp"
-#include "Half.hpp"
+#include "Common/Math.hpp"
+#include "Common/Half.hpp"
 
 #include <memory.h>
 
 namespace sw
 {
+	Constants constants;
+
 	Constants::Constants()
 	{
 		for(int i = 0; i < 256; i++)