From commits-return-5247-apmail-couchdb-commits-archive=couchdb.apache.org@couchdb.apache.org Fri Oct 01 10:55:36 2010 Return-Path: Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: (qmail 80686 invoked from network); 1 Oct 2010 10:55:36 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 Oct 2010 10:55:36 -0000 Received: (qmail 83062 invoked by uid 500); 1 Oct 2010 10:55:35 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 82937 invoked by uid 500); 1 Oct 2010 10:55:32 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 82930 invoked by uid 99); 1 Oct 2010 10:55:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Oct 2010 10:55:31 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Oct 2010 10:55:29 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 634A923889E2; Fri, 1 Oct 2010 10:55:08 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1003475 - /couchdb/trunk/src/couchdb/couch_util.erl Date: Fri, 01 Oct 2010 10:55:08 -0000 To: commits@couchdb.apache.org From: fdmanana@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20101001105508.634A923889E2@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: fdmanana Date: Fri Oct 1 10:55:08 2010 New Revision: 1003475 URL: http://svn.apache.org/viewvc?rev=1003475&view=rev Log: Remove no longer necessary include macro (forgotten in revision 963038). Modified: couchdb/trunk/src/couchdb/couch_util.erl Modified: couchdb/trunk/src/couchdb/couch_util.erl URL: http://svn.apache.org/viewvc/couchdb/trunk/src/couchdb/couch_util.erl?rev=1003475&r1=1003474&r2=1003475&view=diff ============================================================================== --- couchdb/trunk/src/couchdb/couch_util.erl (original) +++ couchdb/trunk/src/couchdb/couch_util.erl Fri Oct 1 10:55:08 2010 @@ -31,7 +31,6 @@ -export([encode_doc_id/1]). -include("couch_db.hrl"). --include_lib("kernel/include/file.hrl"). % arbitrarily chosen amount of memory to use before flushing to disk -define(FLUSH_MAX_MEM, 10000000).