You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wo...@apache.org on 2016/07/14 02:39:41 UTC

couch commit: updated refs/heads/master to 8c6de9f

Repository: couchdb-couch
Updated Branches:
  refs/heads/master 0330583e3 -> 8c6de9f7f


remove unneded include


Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch/commit/8c6de9f7
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-couch/tree/8c6de9f7
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-couch/diff/8c6de9f7

Branch: refs/heads/master
Commit: 8c6de9f7f6612813db89ae91ae89a246aac1ec29
Parents: 0330583
Author: Joan Touzet <wo...@atypical.net>
Authored: Wed Jul 13 22:39:28 2016 -0400
Committer: Joan Touzet <wo...@atypical.net>
Committed: Wed Jul 13 22:39:28 2016 -0400

----------------------------------------------------------------------
 priv/couch_js/main.c | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-couch/blob/8c6de9f7/priv/couch_js/main.c
----------------------------------------------------------------------
diff --git a/priv/couch_js/main.c b/priv/couch_js/main.c
index b2cd210..50d072c 100644
--- a/priv/couch_js/main.c
+++ b/priv/couch_js/main.c
@@ -16,7 +16,6 @@
 
 #ifdef XP_WIN
 #include <windows.h>
-#include <mapiwin.h>
 #else
 #include <unistd.h>
 #endif