From 244924124002fb09afa5e6ccdb248f897848431b Mon Sep 17 00:00:00 2001 From: "viettrungluu@chromium.org" Date: Sun, 15 Aug 2010 19:00:19 +0000 Subject: FBTF: Remove "obviously" unneeded standard C++ library #includes. BUG=none TEST=builds Review URL: http://codereview.chromium.org/3179017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56171 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/sync/glue/model_associator.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'chrome/browser/sync/glue/model_associator.h') diff --git a/chrome/browser/sync/glue/model_associator.h b/chrome/browser/sync/glue/model_associator.h index e9f89b3..f74129f 100644 --- a/chrome/browser/sync/glue/model_associator.h +++ b/chrome/browser/sync/glue/model_associator.h @@ -1,4 +1,4 @@ -// Copyright (c) 2006-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,9 +6,6 @@ #define CHROME_BROWSER_SYNC_GLUE_MODEL_ASSOCIATOR_H_ #pragma once -#include -#include - #include "base/basictypes.h" #include "chrome/browser/sync/syncable/model_type.h" -- cgit v1.1