You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by fd...@apache.org on 2010/10/01 12:55:08 UTC

svn commit: r1003475 - /couchdb/trunk/src/couchdb/couch_util.erl

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).