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/09/05 13:43:56 UTC

svn commit: r992761 - /couchdb/branches/new_replicator/src/couchdb/couch_httpd_rep.erl

Author: fdmanana
Date: Sun Sep  5 11:43:55 2010
New Revision: 992761

URL: http://svn.apache.org/viewvc?rev=992761&view=rev
Log:
Remove unnecessary include.

Modified:
    couchdb/branches/new_replicator/src/couchdb/couch_httpd_rep.erl

Modified: couchdb/branches/new_replicator/src/couchdb/couch_httpd_rep.erl
URL: http://svn.apache.org/viewvc/couchdb/branches/new_replicator/src/couchdb/couch_httpd_rep.erl?rev=992761&r1=992760&r2=992761&view=diff
==============================================================================
--- couchdb/branches/new_replicator/src/couchdb/couch_httpd_rep.erl (original)
+++ couchdb/branches/new_replicator/src/couchdb/couch_httpd_rep.erl Sun Sep  5 11:43:55 2010
@@ -13,7 +13,6 @@
 -module(couch_httpd_rep).
 
 -include("couch_db.hrl").
--include("couch_api_wrap.hrl").
 
 -import(couch_httpd, [
     send_json/2,