summaryrefslogtreecommitdiffstats
path: root/app/gfx
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-29 06:46:39 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-29 06:46:39 +0000
commit33b9df45937ce5fc436ac702352606cd12ef0951 (patch)
tree92a209b1934e93a663b367f45bdf6597068720eb /app/gfx
parent13c8a0903376ff406151679d8673a6452d721290 (diff)
downloadchromium_src-33b9df45937ce5fc436ac702352606cd12ef0951.zip
chromium_src-33b9df45937ce5fc436ac702352606cd12ef0951.tar.gz
chromium_src-33b9df45937ce5fc436ac702352606cd12ef0951.tar.bz2
Cleanup: Remove unneeded headers from app/
BUG=none TEST=none Review URL: http://codereview.chromium.org/2819063 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54102 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'app/gfx')
-rw-r--r--app/gfx/gl/gl_implementation_linux.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/gfx/gl/gl_implementation_linux.cc b/app/gfx/gl/gl_implementation_linux.cc
index 89f6ce3..b0eae8e 100644
--- a/app/gfx/gl/gl_implementation_linux.cc
+++ b/app/gfx/gl/gl_implementation_linux.cc
@@ -4,7 +4,6 @@
#include <vector>
-#include "app/app_switches.h"
#include "app/gfx/gl/gl_bindings.h"
#include "app/gfx/gl/gl_context_stub.h"
#include "app/gfx/gl/gl_implementation.h"