diff options
author | petersont@google.com <petersont@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-25 23:57:59 +0000 |
---|---|---|
committer | petersont@google.com <petersont@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-25 23:57:59 +0000 |
commit | fffb017188ea858bd4f3848b2685454998cf77f1 (patch) | |
tree | 15f48dff9a50909c3792028872542b0e54bfcc6b /o3d/core/cross/timer.cc | |
parent | eaee0069eb73370de3c540096ef88632da15ff49 (diff) | |
download | chromium_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/timer.cc')
-rw-r--r-- | o3d/core/cross/timer.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/o3d/core/cross/timer.cc b/o3d/core/cross/timer.cc index 5b39ded..35d21e7 100644 --- a/o3d/core/cross/timer.cc +++ b/o3d/core/cross/timer.cc @@ -37,7 +37,6 @@ #include <sys/time.h> #include <time.h> #endif -#include "core/cross/precompile.h" #include "core/cross/timer.h" namespace o3d { |