Module: wine Branch: master Commit: 4bfc99b86c5290a9c705315b6469831b3c27894d URL: http://source.winehq.org/git/wine.git/?a=commit;h=4bfc99b86c5290a9c705315b64...
Author: Alexandre Julliard julliard@winehq.org Date: Mon Apr 5 15:30:48 2010 +0200
d3dx9_36: Don't include the bison-generated header from the bison source file.
---
dlls/d3dx9_36/asmshader.y | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/dlls/d3dx9_36/asmshader.y b/dlls/d3dx9_36/asmshader.y index 8bc93c1..93741b6 100644 --- a/dlls/d3dx9_36/asmshader.y +++ b/dlls/d3dx9_36/asmshader.y @@ -25,7 +25,6 @@ #include "wine/debug.h"
#include "d3dx9_36_private.h" -#include "asmshader.tab.h"
#include <stdio.h>