summaryrefslogtreecommitdiff
path: root/src
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
parent19e9e6219795505d2f244838cd3057b450970798 (diff)
plop.hrl has finally moved into include/.
Diffstat (limited to 'src')
-rw-r--r--src/db.erl2
-rw-r--r--src/plop.erl2
l---------src/plop.hrl1
3 files changed, 2 insertions, 3 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
diff --git a/src/plop.erl b/src/plop.erl
index 9907c35..4161bca 100644
--- a/src/plop.erl
+++ b/src/plop.erl
@@ -31,7 +31,7 @@
-export([init/1, handle_call/3, terminate/2,
handle_cast/2, handle_info/2, code_change/3]).
--include("plop.hrl").
+-include("$CTROOT/plop/include/plop.hrl").
-include("db.hrl").
-include_lib("public_key/include/public_key.hrl").
-include_lib("eunit/include/eunit.hrl").
diff --git a/src/plop.hrl b/src/plop.hrl
deleted file mode 120000
index 3ff34e2..0000000
--- a/src/plop.hrl
+++ /dev/null
@@ -1 +0,0 @@
-/home/linus/usr/src/ct/plop/include/plop.hrl \ No newline at end of file