summaryrefslogtreecommitdiffstats
path: root/o3d/core/cross/bitmap.cc
diff options
context:
space:
mode:
authorpetersont@google.com <petersont@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-25 23:57:59 +0000
committerpetersont@google.com <petersont@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-25 23:57:59 +0000
commitfffb017188ea858bd4f3848b2685454998cf77f1 (patch)
tree15f48dff9a50909c3792028872542b0e54bfcc6b /o3d/core/cross/bitmap.cc
parenteaee0069eb73370de3c540096ef88632da15ff49 (diff)
downloadchromium_src-fffb017188ea858bd4f3848b2685454998cf77f1.zip
chromium_src-fffb017188ea858bd4f3848b2685454998cf77f1.tar.gz
chromium_src-fffb017188ea858bd4f3848b2685454998cf77f1.tar.bz2
Moved include of precompiled header out of cc files in core to me more in accordance with styleguide.
Review URL: http://codereview.chromium.org/173327 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24375 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'o3d/core/cross/bitmap.cc')
-rw-r--r--o3d/core/cross/bitmap.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/o3d/core/cross/bitmap.cc b/o3d/core/cross/bitmap.cc
index 1672a4e..af45107 100644
--- a/o3d/core/cross/bitmap.cc
+++ b/o3d/core/cross/bitmap.cc
@@ -34,9 +34,6 @@
// loading. Trying to keep this class as independent from the OpenGL API in
// case they need retargeting later on.
-// The precompiled header must appear before anything else.
-#include "core/cross/precompile.h"
-
#include "core/cross/bitmap.h"
#include <cstring>
#include <cmath>