Skip to content

Commit

Permalink
I got the make error: src/refac_s_group.erl:3: can't find include lib…
Browse files Browse the repository at this point in the history
… "wrangler/include/wrangler.hrl"
  • Loading branch information
Dmitrii Zolotarev committed Oct 25, 2013
1 parent 18ce9c4 commit fa67d93
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/refac_s_group.erl
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
-module(refac_s_group).
-module(refac_s_group).

-include_lib("wrangler/include/wrangler.hrl").
%-include_lib("wrangler/include/wrangler.hrl").
-include("wrangler.hrl").

-export([meta_rule_set/0, simple_rule_set/0, old_apis/0]).

Expand Down

0 comments on commit fa67d93

Please sign in to comment.