wined3d: wined3d_gl.h should be internal to wined3d.

This commit is contained in:
Henri Verbeet 2008-11-20 13:32:00 +01:00 committed by Alexandre Julliard
parent 4defc2b50a
commit 8899f3412b
2 changed files with 11 additions and 11 deletions

View File

@ -40,7 +40,7 @@
#include "wined3d_private_types.h"
#include "wine/wined3d_interface.h"
#include "wine/wined3d_caps.h"
#include "wine/wined3d_gl.h"
#include "wined3d_gl.h"
#include "wine/list.h"
/* Hash table functions */