Replace sstream header with iosfwd in headers (#2712)

The latter is smaller and sufficient for parameters.
This commit is contained in:
Andrew Gaul
2025-08-30 16:47:00 +09:00
committed by GitHub
parent 03583f3424
commit 1366f582b1
2 changed files with 2 additions and 1 deletions

View File

@ -19,6 +19,7 @@
*/
#include <iomanip>
#include <sstream>
#include "s3fs.h"
#include "s3fs_logger.h"

View File

@ -21,8 +21,8 @@
#ifndef S3FS_CACHE_NODE_H_
#define S3FS_CACHE_NODE_H_
#include <iosfwd>
#include <memory>
#include <sstream>
#include <mutex>
#include "common.h"