aboutsummaryrefslogtreecommitdiff
path: root/src/libGLESv2/renderer/d3d/TextureD3D.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libGLESv2/renderer/d3d/TextureD3D.cpp')
-rw-r--r--src/libGLESv2/renderer/d3d/TextureD3D.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libGLESv2/renderer/d3d/TextureD3D.cpp b/src/libGLESv2/renderer/d3d/TextureD3D.cpp
index d86bf902..e3f457ef 100644
--- a/src/libGLESv2/renderer/d3d/TextureD3D.cpp
+++ b/src/libGLESv2/renderer/d3d/TextureD3D.cpp
@@ -1,4 +1,3 @@
-#include "precompiled.h"
//
// Copyright 2014 The ANGLE Project Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
@@ -7,6 +6,7 @@
// TextureD3D.cpp: Implementations of the Texture interfaces shared betweeen the D3D backends.
+#include "libGLESv2/common_includes.h"
#include "common/mathutil.h"
#include "common/utilities.h"
#include "libEGL/Surface.h"