Log.h: Remove unnecessary includes.

This commit is contained in:
Peter Johnson
2016-09-10 21:54:16 -07:00
parent 052f746c68
commit b78592d622

View File

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