Skip to content

Commit

Permalink
KAZOO-240: put ifndef wrapper in hrl
Browse files Browse the repository at this point in the history
  • Loading branch information
James Aimonetti committed Apr 4, 2013
1 parent f1ceac0 commit cdf8a7a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lib/whistle_number_manager-1.0.0/src/wnm.hrl
@@ -1,7 +1,11 @@
-ifndef(WNM_HRL).
-include_lib("whistle/include/wh_databases.hrl").
-include("include/wh_number_manager.hrl").
-include_lib("whistle_number_manager/include/wh_number_manager.hrl").

-define(WNM_CONFIG_CAT, <<"number_manager">>).

-define(APP_VERSION, <<"1.0.0">>).
-define(APP_NAME, <<"whistle_number_manager">>).

-define(WNM_HRL, 'true').
-endif.

0 comments on commit cdf8a7a

Please sign in to comment.