mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 925142: Remove unnecessary includes from ContainerLayerD3D9.cpp and ContainerLayerD3D10.cpp. r=nical
This commit is contained in:
parent
f4d4c52d41
commit
3f76c083c7
@ -4,11 +4,7 @@
|
|||||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||||
|
|
||||||
#include "ContainerLayerD3D10.h"
|
#include "ContainerLayerD3D10.h"
|
||||||
#include "nsAlgorithm.h"
|
|
||||||
#include "gfxUtils.h"
|
|
||||||
#include "nsRect.h"
|
|
||||||
|
|
||||||
#include "../d3d9/Nv3DVUtils.h"
|
|
||||||
#include "ThebesLayerD3D10.h"
|
#include "ThebesLayerD3D10.h"
|
||||||
#include "ReadbackProcessor.h"
|
#include "ReadbackProcessor.h"
|
||||||
|
|
||||||
|
@ -4,8 +4,7 @@
|
|||||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||||
|
|
||||||
#include "ContainerLayerD3D9.h"
|
#include "ContainerLayerD3D9.h"
|
||||||
#include "gfxUtils.h"
|
|
||||||
#include "nsRect.h"
|
|
||||||
#include "ThebesLayerD3D9.h"
|
#include "ThebesLayerD3D9.h"
|
||||||
#include "ReadbackProcessor.h"
|
#include "ReadbackProcessor.h"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user