]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/common/Formatter.cc
update sources to v12.1.0
[ceph.git] / ceph / src / common / Formatter.cc
index 00a9b3849ca3ea125bfbecfe333e18714a622c7e..1a400aaa159bc27b7917cdeddba98d11a04b0b74 100644 (file)
 
 #define LARGE_SIZE 1024
 
-#include "assert.h"
-#include "Formatter.h"
 #include "HTMLFormatter.h"
 #include "common/escape.h"
 #include "include/buffer.h"
 
-#include <algorithm>
-#include <sstream>
-#include <stdarg.h>
-#include <stdio.h>
-#include <vector>
-#include <string>
 #include <set>
 #include <boost/format.hpp>
 
-
 // -----------------------
 namespace ceph {