Browse Source

Move include file.

Roberto Ostinelli 5 years ago
parent
commit
888cd239e9
3 changed files with 2 additions and 2 deletions
  1. 0 0
      src/syn.hrl
  2. 1 1
      src/syn_backbone.erl
  3. 1 1
      src/syn_registry.erl

+ 0 - 0
src/syn_records.hrl → src/syn.hrl


+ 1 - 1
src/syn_backbone.erl

@@ -36,7 +36,7 @@
 -record(state, {}).
 
 %% includes
--include("syn_records.hrl").
+-include("syn.hrl").
 
 %% ===================================================================
 %% API

+ 1 - 1
src/syn_registry.erl

@@ -44,7 +44,7 @@
 -record(state, {}).
 
 %% includes
--include("syn_records.hrl").
+-include("syn.hrl").
 
 %% ===================================================================
 %% API