From patchwork Tue Jul 19 13:56:30 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: alexandros.frantzis@linaro.org X-Patchwork-Id: 2759 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 0D9F023F3F for ; Tue, 19 Jul 2011 13:56:42 +0000 (UTC) Received: from mail-qw0-f52.google.com (mail-qw0-f52.google.com [209.85.216.52]) by fiordland.canonical.com (Postfix) with ESMTP id C86C5A18293 for ; Tue, 19 Jul 2011 13:56:41 +0000 (UTC) Received: by qwb8 with SMTP id 8so2919225qwb.11 for ; Tue, 19 Jul 2011 06:56:41 -0700 (PDT) Received: by 10.229.68.200 with SMTP id w8mr6363921qci.114.1311083801187; Tue, 19 Jul 2011 06:56:41 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.229.217.78 with SMTP id hl14cs85194qcb; Tue, 19 Jul 2011 06:56:40 -0700 (PDT) Received: by 10.216.58.132 with SMTP id q4mr697772wec.84.1311083800270; Tue, 19 Jul 2011 06:56:40 -0700 (PDT) Received: from adelie.canonical.com (adelie.canonical.com [91.189.90.139]) by mx.google.com with ESMTP id t55si9877039weq.143.2011.07.19.06.56.39; Tue, 19 Jul 2011 06:56:40 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.139 as permitted sender) client-ip=91.189.90.139; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.139 as permitted sender) smtp.mail=bounces@canonical.com Received: from loganberry.canonical.com ([91.189.90.37]) by adelie.canonical.com with esmtp (Exim 4.71 #1 (Debian)) id 1QjAmr-000140-0h for ; Tue, 19 Jul 2011 13:56:37 +0000 Received: from loganberry.canonical.com (localhost [127.0.0.1]) by loganberry.canonical.com (Postfix) with ESMTP id 67B582EAB54 for ; Tue, 19 Jul 2011 13:56:30 +0000 (UTC) MIME-Version: 1.0 X-Launchpad-Project: glcompbench X-Launchpad-Branch: ~glcompbench-dev/glcompbench/trunk X-Launchpad-Message-Rationale: Subscriber X-Launchpad-Branch-Revision-Number: 49 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~glcompbench-dev/glcompbench/trunk] Rev 49: Remove unnecessary #includes in CompositeTestPixman. Message-Id: <20110719135630.19363.1035.launchpad@loganberry.canonical.com> Date: Tue, 19 Jul 2011 13:56:30 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="13405"; Instance="initZopeless config overlay" X-Launchpad-Hash: 1d02b8e7872a9a8eb47df8c73507fae3b2fd3d28 ------------------------------------------------------------ revno: 49 committer: Alexandros Frantzis branch nick: trunk timestamp: Tue 2011-07-19 16:54:14 +0300 message: Remove unnecessary #includes in CompositeTestPixman. modified: src/composite-test-pixman.cc --- lp:glcompbench https://code.launchpad.net/~glcompbench-dev/glcompbench/trunk You are subscribed to branch lp:glcompbench. To unsubscribe from this branch go to https://code.launchpad.net/~glcompbench-dev/glcompbench/trunk/+edit-subscription === modified file 'src/composite-test-pixman.cc' --- src/composite-test-pixman.cc 2011-07-18 12:38:37 +0000 +++ src/composite-test-pixman.cc 2011-07-19 13:54:14 +0000 @@ -22,15 +22,10 @@ */ #include -#include -#include -#include -#include +#include #include "composite-test.h" #include "composite-canvas-pixman.h" -#include "options.h" -#include "log.h" CompositeTestPixman::CompositeTestPixman() : CompositeTest("pixman", "pixman")