Skip to content

Commit

Permalink
tsilo: removed unnecessary includes of kmi
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Jan 4, 2017
1 parent c870007 commit 51dde0d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/modules/tsilo/ts_hash.c
Expand Up @@ -33,7 +33,6 @@
#include "../../core/dprint.h"
#include "../../core/ut.h"
#include "../../core/hashes.h"
#include "../../lib/kmi/mi.h"
#include "../../core/rand/kam_rand.h"
#include "ts_hash.h"
#include "ts_handlers.h"
Expand Down
1 change: 0 additions & 1 deletion src/modules/tsilo/ts_hash.h
Expand Up @@ -30,7 +30,6 @@
#define _TS_HASH_H_

#include "../../core/locking.h"
#include "../../lib/kmi/mi.h"
#include "../../modules/tm/tm_load.h"

#define MAX_TS_LOCKS 2048
Expand Down

0 comments on commit 51dde0d

Please sign in to comment.