Rename compiler/Uniform.cpp+h to ShaderVariable.cpp+h.

TRAC #23754

Signed-off-by: Nicolas Capens
Signed-off-by: Shannon Woods
diff --git a/src/compiler/OutputHLSL.h b/src/compiler/OutputHLSL.h
index 2adfbef..02ee447 100644
--- a/src/compiler/OutputHLSL.h
+++ b/src/compiler/OutputHLSL.h
@@ -17,7 +17,7 @@
 
 #include "compiler/intermediate.h"
 #include "compiler/ParseHelper.h"
-#include "compiler/Uniform.h"
+#include "compiler/ShaderVariable.h"
 
 namespace sh
 {