summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/memory_watcher/hotkey.h1
-rw-r--r--tools/memory_watcher/memory_watcher.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/tools/memory_watcher/hotkey.h b/tools/memory_watcher/hotkey.h
index c7b44e7..c8b1ef6 100644
--- a/tools/memory_watcher/hotkey.h
+++ b/tools/memory_watcher/hotkey.h
@@ -7,7 +7,6 @@
#include <atlbase.h>
#include <atlwin.h>
-#include "base/logging.h"
// HotKey handler.
// Programs wishing to register a hotkey can use this.
diff --git a/tools/memory_watcher/memory_watcher.h b/tools/memory_watcher/memory_watcher.h
index 62f51d8..c382cb1 100644
--- a/tools/memory_watcher/memory_watcher.h
+++ b/tools/memory_watcher/memory_watcher.h
@@ -14,7 +14,6 @@
#include <map>
#include <functional>
#include "base/lock.h"
-#include "base/logging.h"
#include "tools/memory_watcher/memory_hook.h"
class CallStack;