summaryrefslogtreecommitdiff
path: root/src/db.erl
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordberg.se>2014-06-04 14:49:41 +0200
committerLinus Nordberg <linus@nordberg.se>2014-06-04 14:49:41 +0200
commit8bc45f79b3bb2819ec0fc165145864b7f06eebb3 (patch)
treeb03edc8cd3bf45e169f2c64b24784b59a4a78465 /src/db.erl
parent19e9e6219795505d2f244838cd3057b450970798 (diff)
plop.hrl has finally moved into include/.
Diffstat (limited to 'src/db.erl')
-rw-r--r--src/db.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/db.erl b/src/db.erl
index 08960f7..f0819cf 100644
--- a/src/db.erl
+++ b/src/db.erl
@@ -13,7 +13,7 @@
-include_lib("stdlib/include/qlc.hrl").
-include("db.hrl").
--include("plop.hrl").
+-include("$CTROOT/plop/include/plop.hrl").
%% @doc Set up a database schema on all nodes that are to be included
%% in the "database cluster". Has to be run _before_ mnesia has been