Skip to content

Commit

Permalink
htable: 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 563c8f4 commit bf89dab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/modules/htable/Makefile
Expand Up @@ -11,5 +11,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/htable/ht_dmq.h
Expand Up @@ -23,7 +23,7 @@
#define _HT_DMQ_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

0 comments on commit bf89dab

Please sign in to comment.