Skip to content

Commit

Permalink
kvs: Remove unnecessary includes
Browse files Browse the repository at this point in the history
Remove unnecessary includes from kvs.h.
  • Loading branch information
morrone committed Oct 9, 2017
1 parent fd68af2 commit 90d5a6b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/common/libkvs/kvs.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
#ifndef _FLUX_CORE_KVS_H
#define _FLUX_CORE_KVS_H

#include <stdbool.h>
#include <stdint.h>
#include <flux/core.h>

#include "kvs_lookup.h"
Expand Down

0 comments on commit 90d5a6b

Please sign in to comment.