Skip to content

Commit

Permalink
topos: 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 4e19ba8 commit 525467f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/modules/topos/Makefile
Expand Up @@ -10,6 +10,5 @@ LIBS=

SERLIBPATH=../../lib
SER_LIBS+=$(SERLIBPATH)/srdb1/srdb1
SER_LIBS+=$(SERLIBPATH)/srutils/srutils

include ../../Makefile.modules
2 changes: 1 addition & 1 deletion src/modules/topos/topos_mod.c
Expand Up @@ -56,7 +56,7 @@
#include "../../core/kemi.h"

#include "../../lib/srdb1/db.h"
#include "../../lib/srutils/sruid.h"
#include "../../core/utils/sruid.h"

#include "../../modules/sanity/api.h"

Expand Down
2 changes: 1 addition & 1 deletion src/modules/topos/tps_storage.c
Expand Up @@ -43,7 +43,7 @@
#include "../../core/parser/parse_to.h"

#include "../../lib/srdb1/db.h"
#include "../../lib/srutils/sruid.h"
#include "../../core/utils/sruid.h"

#include "tps_storage.h"
#include "api.h"
Expand Down

0 comments on commit 525467f

Please sign in to comment.