Fix paths temporarily to fix the compilation

This commit is contained in:
Loïc Hoguin 2011-12-12 10:41:16 +01:00
parent ac0c3c551b
commit 35b86b58ba
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@
-define(SERVER, ?MODULE).
-include("include/records.hrl").
-include("priv/items.hrl").
-include("../../priv/items.hrl").
%% API.

View File

@ -27,7 +27,7 @@
-define(SERVER, ?MODULE).
-include("include/records.hrl").
-include("priv/npc.hrl").
-include("../../priv/npc.hrl").
%% API.