From b78592d6221aa722ffb5e7ecc2407ee4ad1a60f2 Mon Sep 17 00:00:00 2001 From: Peter Johnson Date: Sat, 10 Sep 2016 21:54:16 -0700 Subject: [PATCH] Log.h: Remove unnecessary includes. --- src/Log.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Log.h b/src/Log.h index 15a61b5b70..546c010446 100644 --- a/src/Log.h +++ b/src/Log.h @@ -8,10 +8,6 @@ #ifndef CAMERASERVER_LOG_H_ #define CAMERASERVER_LOG_H_ -#include -#include -#include - #include "support/atomic_static.h" #include "support/Logger.h"