From 90d5a6bff6ab656a0f80b10c36e5a0985ad021fc Mon Sep 17 00:00:00 2001 From: "Christopher J. Morrone" Date: Mon, 9 Oct 2017 09:51:56 -0700 Subject: [PATCH] kvs: Remove unnecessary includes Remove unnecessary includes from kvs.h. --- src/common/libkvs/kvs.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/common/libkvs/kvs.h b/src/common/libkvs/kvs.h index eb7ea550ee13..8c763bf830e3 100644 --- a/src/common/libkvs/kvs.h +++ b/src/common/libkvs/kvs.h @@ -1,8 +1,6 @@ #ifndef _FLUX_CORE_KVS_H #define _FLUX_CORE_KVS_H -#include -#include #include #include "kvs_lookup.h"