From patchwork Wed Oct 25 00:06:43 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Rob Herring (Arm)" X-Patchwork-Id: 10025535 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 8DCF4601E8 for ; Wed, 25 Oct 2017 00:06:50 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 6A6C528AA5 for ; Wed, 25 Oct 2017 00:06:50 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 4D1A228AAA; Wed, 25 Oct 2017 00:06:50 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.7 required=2.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, RCVD_IN_SORBS_SPAM autolearn=ham version=3.3.1 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id DF08228AA5 for ; Wed, 25 Oct 2017 00:06:49 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 302EB6E5F9; Wed, 25 Oct 2017 00:06:48 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-oi0-f65.google.com (mail-oi0-f65.google.com [209.85.218.65]) by gabe.freedesktop.org (Postfix) with ESMTPS id 6BDF06E5F9 for ; Wed, 25 Oct 2017 00:06:47 +0000 (UTC) Received: by mail-oi0-f65.google.com with SMTP id c202so40275922oih.9 for ; Tue, 24 Oct 2017 17:06:47 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id; bh=r5Y4yi6gtMQOMPf9GjLVWJhwqeVCaTzKN2dyBTqaOjc=; b=BDesVYZH/MiHucOGLKuGPirg3eC85aa0uXY4klqE5k07m3nYA65a7HzIeQqu5kQljx Vdsfl+G0R871A0tdc+IpUltMV4UH6FzLAb1mvC/pHs9mgkSYQmelRtYaXcwc3vs37Ew6 Yls2sIU4CzZxmsCCfcxTbwvTTQxP5KJTBki9SkA3hyCmMq2gVDuoy0OX8uKQorCpDq4w w/U0crzJxgILN6JYoc/yz11s0mFxWBUKWQh3CKQYIe3KU5JFlqoQHMK0dh7haOw6tPMZ eiUCkcgdHlOEN+l9HWAf0Ke6dFuu7PhymdK6wYyBm1HfLjr1E7VXWEdO7j2XZkL7XpaU 0ZIg== X-Gm-Message-State: AMCzsaUe9umxqOzahkFEP2lIFm4oDSkSDbGozj7h2VojSp0b4d2IRgaf h1uPRaAxsM+oNKK+p6CiUDxQtM8= X-Google-Smtp-Source: ABhQp+QY0r1UM7H5W5bjZ9EFCM0StZGavern5VX2pz/pPdH02eeJPihZ1h6MaikOjEp9Vf23N+yb7w== X-Received: by 10.157.68.38 with SMTP id u35mr219275ote.415.1508890006416; Tue, 24 Oct 2017 17:06:46 -0700 (PDT) Received: from xps15.herring.priv (216-188-254-6.dyn.grandenetworks.net. [216.188.254.6]) by smtp.googlemail.com with ESMTPSA id u67sm699010oia.4.2017.10.24.17.06.43 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 24 Oct 2017 17:06:44 -0700 (PDT) From: Rob Herring To: dri-devel@lists.freedesktop.org Subject: [PATCH] drm_hwcomposer: remove unnecessary external includes Date: Tue, 24 Oct 2017 19:06:43 -0500 Message-Id: <20171025000643.9398-1-robh@kernel.org> X-Mailer: git-send-email 2.14.1 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Virus-Scanned: ClamAV using ClamSMTP Linking to libraries will add necessary include paths, so we don't need to list them explicitly. Still need libsync for sw_sync.h until this dependency is removed. Signed-off-by: Rob Herring --- Android.mk | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Android.mk b/Android.mk index 109e352f2a0e..8b11e375adde 100644 --- a/Android.mk +++ b/Android.mk @@ -48,11 +48,7 @@ LOCAL_STATIC_LIBRARIES := libdrmhwc_utils LOCAL_C_INCLUDES := \ external/drm_gralloc \ - external/libdrm \ - external/libdrm/include/drm \ - system/core/include/utils \ - system/core/libsync \ - system/core/libsync/include \ + system/core/libsync LOCAL_SRC_FILES := \ autolock.cpp \