summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/service/precompile.h
diff options
context:
space:
mode:
Diffstat (limited to 'gpu/command_buffer/service/precompile.h')
-rw-r--r--gpu/command_buffer/service/precompile.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/gpu/command_buffer/service/precompile.h b/gpu/command_buffer/service/precompile.h
deleted file mode 100644
index 19dc80c..0000000
--- a/gpu/command_buffer/service/precompile.h
+++ /dev/null
@@ -1,22 +0,0 @@
-// Copyright (c) 2009 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-// This file contains includes for common headers used by command buffer server
-// files. It is used for pre-compiled header support.
-
-#ifndef GPU_COMMAND_BUFFER_SERVICE_PRECOMPILE_H_
-#define GPU_COMMAND_BUFFER_SERVICE_PRECOMPILE_H_
-
-#include <build/build_config.h>
-
-#if defined(OS_WIN)
-#include <windows.h>
-#endif
-
-#include <assert.h>
-#include <algorithm>
-#include <map>
-#include <vector>
-
-#endif // O3D_CORE_PRECOMPILE_H_