aboutsummaryrefslogtreecommitdiff
path: root/src/libGLESv2/Sampler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libGLESv2/Sampler.cpp')
-rw-r--r--src/libGLESv2/Sampler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libGLESv2/Sampler.cpp b/src/libGLESv2/Sampler.cpp
index ed6e29f8..009251a0 100644
--- a/src/libGLESv2/Sampler.cpp
+++ b/src/libGLESv2/Sampler.cpp
@@ -1,4 +1,3 @@
-#include "precompiled.h"
//
// Copyright (c) 2013 The ANGLE Project Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
@@ -8,6 +7,7 @@
// Sampler.cpp : Implements the Sampler class, which represents a GLES 3
// sampler object. Sampler objects store some state needed to sample textures.
+#include "libGLESv2/common_includes.h"
#include "libGLESv2/Sampler.h"
#include "libGLESv2/angletypes.h"