aboutsummaryrefslogtreecommitdiff
path: root/include/lldb/Interpreter/CommandHistory.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lldb/Interpreter/CommandHistory.h')
-rw-r--r--include/lldb/Interpreter/CommandHistory.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/lldb/Interpreter/CommandHistory.h b/include/lldb/Interpreter/CommandHistory.h
index faef220bbe94..f414c55e2d64 100644
--- a/include/lldb/Interpreter/CommandHistory.h
+++ b/include/lldb/Interpreter/CommandHistory.h
@@ -10,14 +10,10 @@
#ifndef liblldb_CommandHistory_h_
#define liblldb_CommandHistory_h_
-// C Includes
-// C++ Includes
#include <mutex>
#include <string>
#include <vector>
-// Other libraries and framework includes
-// Project includes
#include "lldb/Utility/Stream.h"
#include "lldb/lldb-private.h"