Browse Source

api.hrl to n4u_api.hrl

221V 3 years ago
parent
commit
ccf607f982
2 changed files with 1 additions and 1 deletions
  1. 0 0
      include/n4u_api.hrl
  2. 1 1
      src/wf.erl

+ 0 - 0
include/api.hrl → include/n4u_api.hrl


+ 1 - 1
src/wf.erl

@@ -2,7 +2,7 @@
 -author('Rusty Klophaus').
 -author('Maxim Sokhatsky').
 -include_lib("n4u/include/n4u.hrl").
--include_lib("n4u/include/api.hrl").
+-include_lib("n4u/include/n4u_api.hrl").
 -compile([export_all, nowarn_export_all]).
 
 -define(ACTION_BASE(Module), ancestor=action, trigger, target, module=Module, actions, source=[]).