aboutsummaryrefslogtreecommitdiff
path: root/src/libGLESv2/FramebufferAttachment.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libGLESv2/FramebufferAttachment.cpp')
-rw-r--r--src/libGLESv2/FramebufferAttachment.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libGLESv2/FramebufferAttachment.cpp b/src/libGLESv2/FramebufferAttachment.cpp
index 6f40edf4..badcec1d 100644
--- a/src/libGLESv2/FramebufferAttachment.cpp
+++ b/src/libGLESv2/FramebufferAttachment.cpp
@@ -1,4 +1,3 @@
-#include "precompiled.h"
//
// Copyright (c) 2014 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 @@
// FramebufferAttachment.cpp: the gl::FramebufferAttachment class and its derived classes
// objects and related functionality. [OpenGL ES 2.0.24] section 4.4.3 page 108.
+#include "libGLESv2/common_includes.h"
#include "libGLESv2/FramebufferAttachment.h"
#include "libGLESv2/renderer/RenderTarget.h"