summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAdam Kocoloski <adam@cloudant.com>2010-07-05 15:34:02 -0400
committerAdam Kocoloski <adam@cloudant.com>2010-08-12 01:24:01 -0400
commit6860b77ba628911a658fe3b4cb49529c293968e9 (patch)
treea1f5b8475ef3aeb595d12387554a5cf738d34c07 /include
parent971ed3daf11c51319b1bfa0eef73fbed2b2cc653 (diff)
update include path for couch_db.hrl
Diffstat (limited to 'include')
-rw-r--r--include/mem3.hrl13
1 files changed, 1 insertions, 12 deletions
diff --git a/include/mem3.hrl b/include/mem3.hrl
index 533056f9..346d3e3e 100644
--- a/include/mem3.hrl
+++ b/include/mem3.hrl
@@ -1,16 +1,5 @@
--define(MEMBERSHIP, true).
+-include_lib("couch/include/couch_db.hrl").
--ifndef(FABRIC).
--include("../../fabric/include/fabric.hrl").
--endif.
-
--ifndef(COUCH).
--include("../../couch/src/couch_db.hrl").
--endif.
-
--include_lib("eunit/include/eunit.hrl").
-
-%% partition record
-record(shard, {name, node, dbname, range, ref}).
%% types