From f994f47b94bf160917e9638cd52cb5d2056739a7 Mon Sep 17 00:00:00 2001 From: "viettrungluu@chromium.org" Date: Sat, 14 Aug 2010 17:44:30 +0000 Subject: FBTF: Remove unneeded #includes of and from src/app and src/base. BUG=none TEST=builds Review URL: http://codereview.chromium.org/3173020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56144 0039d316-1c4b-4281-b951-d872f2087c98 --- base/i18n/file_util_icu.h | 4 +--- base/i18n/number_formatting.h | 4 +--- base/i18n/word_iterator.h | 3 +-- 3 files changed, 3 insertions(+), 8 deletions(-) (limited to 'base/i18n') diff --git a/base/i18n/file_util_icu.h b/base/i18n/file_util_icu.h index eaf784b..bb51a88 100644 --- a/base/i18n/file_util_icu.h +++ b/base/i18n/file_util_icu.h @@ -1,4 +1,4 @@ -// Copyright (c) 2009 The Chromium Authors. All rights reserved. +// Copyright (c) 2010 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. @@ -8,8 +8,6 @@ // File utilities that use the ICU library go in this file. -#include - #include "base/file_path.h" #include "base/string16.h" diff --git a/base/i18n/number_formatting.h b/base/i18n/number_formatting.h index 5927f53..f5ec083 100644 --- a/base/i18n/number_formatting.h +++ b/base/i18n/number_formatting.h @@ -1,4 +1,4 @@ -// Copyright (c) 2008 The Chromium Authors. All rights reserved. +// Copyright (c) 2010 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. @@ -6,8 +6,6 @@ #define BASE_I18N_NUMBER_FORMATTING_H_ #pragma once -#include - #include "base/basictypes.h" #include "base/string16.h" diff --git a/base/i18n/word_iterator.h b/base/i18n/word_iterator.h index fb0ee33..b9067c6 100644 --- a/base/i18n/word_iterator.h +++ b/base/i18n/word_iterator.h @@ -1,4 +1,4 @@ -// Copyright (c) 2009 The Chromium Authors. All rights reserved. +// Copyright (c) 2010 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. @@ -6,7 +6,6 @@ #define BASE_I18N_WORD_ITERATOR_H_ #pragma once -#include #include #include "unicode/ubrk.h" -- cgit v1.1