Index: /trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-hlp.cpp
===================================================================
--- /trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-hlp.cpp	(revision 86588)
+++ /trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-hlp.cpp	(revision 86589)
@@ -21,6 +21,6 @@
 #ifdef SHADER_VERIFY_STANDALONE
 # include <stdio.h>
-# define Log3(a) printf a
-# define LogRel(a) printf a
+//# define Log3(a) printf a        - /* @todo r=bird: This is strictly forbidden. Noone redefines Log macros ever! */
+//# define LogRel(a) printf a      - /* @todo r=bird: This is strictly forbidden. Noone redefines Log macros ever! */
 #else
 # include <VBox/log.h>
@@ -32,8 +32,7 @@
 #include <iprt/string.h>
 
-#include "svga3d_reg.h"
-#include "svga3d_shaderdefs.h"
-
- /** Per shader data is stored in this structure. */
+#include "DevVGA-SVGA.h"
+
+/** Per shader data is stored in this structure. */
 typedef struct VMSVGA3DSHADERPARSECONTEXT
 {
