]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mds: remove unused fstream header
authorPatrick Donnelly <pdonnell@redhat.com>
Fri, 8 Jan 2021 17:13:00 +0000 (09:13 -0800)
committerPatrick Donnelly <pdonnell@redhat.com>
Mon, 11 Jan 2021 17:31:29 +0000 (09:31 -0800)
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
src/mds/MDCache.cc
src/mds/Mantle.cc

index d0b40412f98847c35f7071315c5fbf55fdee424d..b699028ab2000308a0aae87ace37cdfcc733264b 100644 (file)
@@ -13,7 +13,6 @@
  */
 
 #include <errno.h>
-#include <fstream>
 #include <ostream>
 #include <string>
 #include <string_view>
index 15d325e86da7c794b95fe2bc9c96f2578c6b4229..9dc55a69e9e6b9e3fdffec51f67954e8be72b485 100644 (file)
@@ -19,8 +19,6 @@
 #include "common/Clock.h"
 #include "CInode.h"
 
-#include <fstream>
-
 #define dout_context g_ceph_context
 #undef dout_prefix
 #define dout_prefix *_dout << "mds.mantle "