Skip to content

Commit

Permalink
dialog: updated with relocation of lib/srutils to core/utils
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Jan 21, 2020
1 parent 040286b commit edf4f93
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/modules/dialog/Makefile
Expand Up @@ -8,5 +8,4 @@ LIBS=

SERLIBPATH=../../lib
SER_LIBS+=$(SERLIBPATH)/srdb1/srdb1
SER_LIBS+=$(SERLIBPATH)/srutils/srutils
include ../../Makefile.modules
2 changes: 1 addition & 1 deletion src/modules/dialog/dlg_dmq.h
Expand Up @@ -25,7 +25,7 @@

#include "dlg_hash.h"
#include "../dmq/bind_dmq.h"
#include "../../lib/srutils/srjson.h"
#include "../../core/utils/srjson.h"
#include "../../core/parser/msg_parser.h"
#include "../../core/parser/parse_content.h"

Expand Down
2 changes: 1 addition & 1 deletion src/modules/dialog/dlg_profile.c
Expand Up @@ -36,7 +36,7 @@
#include "../../core/route.h"
#include "../../core/dset.h"
#include "../../modules/tm/tm_load.h"
#include "../../lib/srutils/sruid.h"
#include "../../core/utils/sruid.h"
#include "dlg_hash.h"
#include "dlg_var.h"
#include "dlg_handlers.h"
Expand Down
4 changes: 2 additions & 2 deletions src/modules/dialog/dlg_profile.h
Expand Up @@ -34,8 +34,8 @@
#include <time.h>

#include "../../core/parser/msg_parser.h"
#include "../../lib/srutils/srjson.h"
#include "../../lib/srutils/sruid.h"
#include "../../core/utils/srjson.h"
#include "../../core/utils/sruid.h"
#include "../../core/locking.h"
#include "../../core/str.h"
#include "../../modules/tm/h_table.h"
Expand Down

0 comments on commit edf4f93

Please sign in to comment.