blob: ba28e4a3f790e0f60951d1ed89c3495340abd5ba (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
-define(FABRIC, true).
-ifndef(COUCH).
-include("../../couch/src/couch_db.hrl").
-endif.
-ifndef(MEMBERSHIP).
-include("../../dynomite/include/membership.hrl").
-endif.
-include_lib("eunit/include/eunit.hrl").
|