summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/common/cmd_buffer_common.cc
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-05 21:49:37 +0000
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-05 21:49:37 +0000
commitcf1aa980fbfb3e35efdfc079be4e4a7c1717a8cd (patch)
tree00282ec9fa81a72338e694cc63ffbb8ae522fd0c /gpu/command_buffer/common/cmd_buffer_common.cc
parent11780356e666b6dfe875f7ac610d368c18fd21e3 (diff)
downloadchromium_src-cf1aa980fbfb3e35efdfc079be4e4a7c1717a8cd.zip
chromium_src-cf1aa980fbfb3e35efdfc079be4e4a7c1717a8cd.tar.gz
chromium_src-cf1aa980fbfb3e35efdfc079be4e4a7c1717a8cd.tar.bz2
Delete gpu/command_buffer/common/logging.h
command_buffer was historically included in nacl-compiled things, and base wasn't. These days, base is included in nacl-compiled things too, so the duplication can be removed. This will remove 1 static initializer. BUG=94925 R=piman@chromium.org Review URL: https://codereview.chromium.org/58823003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233092 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu/command_buffer/common/cmd_buffer_common.cc')
-rw-r--r--gpu/command_buffer/common/cmd_buffer_common.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpu/command_buffer/common/cmd_buffer_common.cc b/gpu/command_buffer/common/cmd_buffer_common.cc
index bfa625c7..80a1e16 100644
--- a/gpu/command_buffer/common/cmd_buffer_common.cc
+++ b/gpu/command_buffer/common/cmd_buffer_common.cc
@@ -6,8 +6,8 @@
// command buffer commands.
#include "gpu/command_buffer/common/cmd_buffer_common.h"
+
#include "gpu/command_buffer/common/command_buffer.h"
-#include "gpu/command_buffer/common/logging.h"
namespace gpu {
#if !defined(_WIN32)