Skip to content

Commit

Permalink
Use include_lib instead of hardcoding paths
Browse files Browse the repository at this point in the history
  • Loading branch information
essen committed May 16, 2015
1 parent 8fe6e45 commit 758ec2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/basho_bench_driver_cassandra_cql.erl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
run/4]).

-include("basho_bench.hrl").
-include("deps/cqerl/include/cqerl.hrl").
-include_lib("cqerl/include/cqerl.hrl").

-record(state, { client,
keyspace,
Expand Down

0 comments on commit 758ec2b

Please sign in to comment.