Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 33DB8200BC2 for ; Thu, 17 Nov 2016 21:17:10 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 32454160B0F; Thu, 17 Nov 2016 20:17:10 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 7B8E2160AD8 for ; Thu, 17 Nov 2016 21:17:09 +0100 (CET) Received: (qmail 81443 invoked by uid 500); 17 Nov 2016 20:17:08 -0000 Mailing-List: contact commits-help@quickstep.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@quickstep.incubator.apache.org Delivered-To: mailing list commits@quickstep.incubator.apache.org Received: (qmail 81433 invoked by uid 99); 17 Nov 2016 20:17:08 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Nov 2016 20:17:08 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 4EE4D1A0513 for ; Thu, 17 Nov 2016 20:17:08 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -6.219 X-Spam-Level: X-Spam-Status: No, score=-6.219 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id uIltNnyuQj0P for ; Thu, 17 Nov 2016 20:17:07 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id AB5A65FC19 for ; Thu, 17 Nov 2016 20:17:06 +0000 (UTC) Received: (qmail 81414 invoked by uid 99); 17 Nov 2016 20:17:05 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Nov 2016 20:17:05 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 85603F1715; Thu, 17 Nov 2016 20:17:05 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: zuyuz@apache.org To: commits@quickstep.incubator.apache.org Date: Thu, 17 Nov 2016 20:17:07 -0000 Message-Id: <4d975decac204d6ca346f921002e3489@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [3/6] incubator-quickstep git commit: Removed using-declaration in headers. archived-at: Thu, 17 Nov 2016 20:17:10 -0000 Removed using-declaration in headers. Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit/ea5f28bf Tree: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/tree/ea5f28bf Diff: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/diff/ea5f28bf Branch: refs/heads/decrementNumQueuedWorkOrders Commit: ea5f28bf6825071d04fb3b30bc0be0f9c4bf9937 Parents: 6fa7be6 Author: Zuyu Zhang Authored: Mon Nov 14 17:49:39 2016 -0800 Committer: Harshad Deshmukh Committed: Wed Nov 16 22:15:12 2016 -0600 ---------------------------------------------------------------------- cli/CommandExecutor.hpp | 5 ----- cli/LineReader.hpp | 3 --- 2 files changed, 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/ea5f28bf/cli/CommandExecutor.hpp ---------------------------------------------------------------------- diff --git a/cli/CommandExecutor.hpp b/cli/CommandExecutor.hpp index 25b47cc..a1d9af9 100644 --- a/cli/CommandExecutor.hpp +++ b/cli/CommandExecutor.hpp @@ -21,14 +21,9 @@ #define QUICKSTEP_CLI_COMMAND_COMMAND_EXECUTOR_HPP_ #include -#include #include "tmb/id_typedefs.h" -using std::fprintf; -using std::fputc; -using std::string; - namespace tmb { class MessageBus; } namespace quickstep { http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/ea5f28bf/cli/LineReader.hpp ---------------------------------------------------------------------- diff --git a/cli/LineReader.hpp b/cli/LineReader.hpp index 867d676..c7c073f 100644 --- a/cli/LineReader.hpp +++ b/cli/LineReader.hpp @@ -24,9 +24,6 @@ #include "utility/Macros.hpp" -using std::size_t; -using std::string; - namespace quickstep { /** \addtogroup CLI