Commit 5fe7c5b9 by Yuly Novikov Committed by Commit Bot

Include common/platform.h where used

Bug: 922443 Change-Id: I35b9e34266d4a15f8d0769c2770801b1b0511398 Reviewed-on: https://chromium-review.googlesource.com/c/1418091Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Commit-Queue: Yuly Novikov <ynovikov@chromium.org>
parent d46165e3
......@@ -9,6 +9,7 @@
#include "common/aligned_memory.h"
#include "common/debug.h"
#include "common/platform.h"
#if defined(COMPILER_MSVC)
# include <malloc.h>
......
......@@ -19,6 +19,7 @@
#include <string>
#include "common/angleutils.h"
#include "common/platform.h"
#if !defined(TRACE_OUTPUT_FILE)
# define TRACE_OUTPUT_FILE "angle_debug.txt"
......
......@@ -20,6 +20,7 @@
#include "common/PackedEnums.h"
#include "common/mathutil.h"
#include "common/platform.h"
namespace sh
{
......
......@@ -12,6 +12,7 @@
#include <limits>
#include "common/mathutil.h"
#include "common/platform.h"
#include "libANGLE/Buffer.h"
#include "libANGLE/Caps.h"
#include "libANGLE/Context.h"
......
......@@ -15,6 +15,7 @@
#include <EGL/eglext.h>
#include "common/debug.h"
#include "common/platform.h"
#include "common/system_utils.h"
#include "libANGLE/Display.h"
#include "libANGLE/renderer/driver_utils.h"
......
......@@ -11,6 +11,7 @@
#include <vector>
#include "common/platform.h"
#include "test_utils/ANGLETest.h"
#include "util/EGLWindow.h"
#include "util/OSWindow.h"
......
......@@ -9,6 +9,7 @@
#include "ANGLEPerfTest.h"
#include "common/platform.h"
#include "third_party/perf/perf_test.h"
#include "util/shader_utils.h"
#include "util/system_utils.h"
......
......@@ -8,6 +8,7 @@
//
#include "ANGLEPerfTest.h"
#include "common/platform.h"
#include "platform/Platform.h"
#include "test_utils/angle_test_configs.h"
#include "test_utils/angle_test_instantiate.h"
......
......@@ -6,6 +6,7 @@
// Performance benchmark for Vulkan Primary/Secondary Command Buffer implementations.
#include "ANGLEPerfTest.h"
#include "common/platform.h"
#include "test_utils/third_party/vulkan_command_buffer_utils.h"
constexpr char kVertShaderText[] = R"(
......
......@@ -9,6 +9,7 @@
#include "ANGLETest.h"
#include "common/platform.h"
#include "util/EGLWindow.h"
#include "util/OSWindow.h"
......
......@@ -6,6 +6,7 @@
#include "test_utils/angle_test_configs.h"
#include "common/platform.h"
#include "util/util_gl.h"
namespace angle
......
......@@ -13,6 +13,7 @@
#include <map>
#include "angle_gl.h"
#include "common/platform.h"
#include "test_utils/angle_test_configs.h"
#include "util/EGLWindow.h"
#include "util/OSWindow.h"
......
......@@ -14,6 +14,8 @@
#include <time.h>
#include <unistd.h>
#include "common/platform.h"
namespace angle
{
......
......@@ -8,6 +8,8 @@
#ifndef UTIL_GL_H_
#define UTIL_GL_H_
#include "common/platform.h"
#if defined(ANGLE_USE_UTIL_LOADER)
# include "util/egl_loader_autogen.h"
# include "util/gles_loader_autogen.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment