Logger: Use raw_ostream and SmallString.

This commit is contained in:
Peter Johnson
2016-09-10 21:51:16 -07:00
parent 1ec89fc4f3
commit d3ed26f7cc
2 changed files with 7 additions and 9 deletions

View File

@@ -8,10 +8,6 @@
#ifndef NT_LOG_H_
#define NT_LOG_H_
#include <functional>
#include <sstream>
#include <string>
#include "support/atomic_static.h"
#include "support/Logger.h"