Fix import warnings.

This commit is contained in:
Sean Cribbs 2012-12-04 09:15:37 -06:00
parent 41b47dc5d7
commit 11885dafde

View File

@ -21,11 +21,8 @@
-compile(export_all).
-include_lib("eunit/include/eunit.hrl").
-import(rt, [deploy_nodes/1,
enable_search_hook/2,
get_ring/1,
join/2,
update_app_config/2]).
-import(rt, [enable_search_hook/2,
get_ring/1]).
-define(FMT(S, L), lists:flatten(io_lib:format(S, L))).