diff options
author | Yuan Zhou <yuan.zhou@intel.com> | 2018-12-20 14:21:58 +0100 |
---|---|---|
committer | Yuan Zhou <yuan.zhou@intel.com> | 2019-03-21 17:16:25 +0100 |
commit | 5b974e7c92508379efea9fef7f9ba870651103be (patch) | |
tree | 61d2eb4afa0eb16cc88c80f8a096c8e64234dd9f /src/tools/immutable_object_cache/CacheServer.h | |
parent | tools: create local utils for object cache daemon (diff) | |
download | ceph-5b974e7c92508379efea9fef7f9ba870651103be.tar.xz ceph-5b974e7c92508379efea9fef7f9ba870651103be.zip |
tools: format headers for object cache daemon
Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>
Diffstat (limited to 'src/tools/immutable_object_cache/CacheServer.h')
-rw-r--r-- | src/tools/immutable_object_cache/CacheServer.h | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/src/tools/immutable_object_cache/CacheServer.h b/src/tools/immutable_object_cache/CacheServer.h index 05b31c5b3ce..a0174451521 100644 --- a/src/tools/immutable_object_cache/CacheServer.h +++ b/src/tools/immutable_object_cache/CacheServer.h @@ -1,20 +1,12 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab -#ifndef CEPH_CACHE_SERVER_H -#define CEPH_CACHE_SERVER_H - -#include <cstdio> -#include <iostream> -#include <array> -#include <memory> -#include <string> -#include <boost/bind.hpp> +#ifndef CEPH_CACHE_CACHE_SERVER_H +#define CEPH_CACHE_CACHE_SERVER_H + #include <boost/asio.hpp> #include <boost/asio/error.hpp> -#include <boost/algorithm/string.hpp> -#include "include/ceph_assert.h" #include "SocketCommon.h" #include "CacheSession.h" |