From 9b17b2b02d994b729fee2fc306935d5ec8702dee Mon Sep 17 00:00:00 2001 From: Filipe David Borba Manana Date: Fri, 1 Oct 2010 10:55:08 +0000 Subject: Remove no longer necessary include macro (forgotten in revision 963038). git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@1003475 13f79535-47bb-0310-9956-ffa450edef68 --- src/couchdb/couch_util.erl | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/couchdb/couch_util.erl b/src/couchdb/couch_util.erl index ae5cc3c4..da3bf511 100644 --- a/src/couchdb/couch_util.erl +++ b/src/couchdb/couch_util.erl @@ -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). -- cgit v1.2.3