Add includes for CompletionRequest to every file that uses it
authorRaphael Isemann <teemperor@gmail.com>
Fri, 13 Jul 2018 18:54:55 +0000 (18:54 +0000)
committerRaphael Isemann <teemperor@gmail.com>
Fri, 13 Jul 2018 18:54:55 +0000 (18:54 +0000)
Summary: Should fix the builds (and prevent future builds from failing when people try to reduce includes).

Reviewers: jingham

Reviewed By: jingham

Subscribers: jingham, lldb-commits

Differential Revision: https://reviews.llvm.org/D49311

llvm-svn: 337032

lldb/include/lldb/Interpreter/CommandAlias.h
lldb/include/lldb/Interpreter/CommandInterpreter.h
lldb/include/lldb/Interpreter/CommandObject.h
lldb/include/lldb/Interpreter/CommandObjectMultiword.h
lldb/include/lldb/Interpreter/CommandObjectRegexCommand.h
lldb/include/lldb/Interpreter/OptionValueArch.h
lldb/include/lldb/Interpreter/Options.h
lldb/include/lldb/Symbol/Variable.h

index 44b99681ca8822bbdaa227ef0f4d093ae5915e71..01522bd6eceaa6138d02a2ac48f32d183068e90f 100644 (file)
@@ -18,6 +18,7 @@
 // Project includes
 #include "lldb/Interpreter/CommandObject.h"
 #include "lldb/Utility/Args.h"
+#include "lldb/Utility/CompletionRequest.h"
 #include "lldb/lldb-forward.h"
 
 namespace lldb_private {
index 0a556cc6b3fe6c1c7b13e1342c1ac9261c400cf9..78f505c247545c17a99e93f567a028a3c7a4a58c 100644 (file)
@@ -24,6 +24,7 @@
 #include "lldb/Interpreter/CommandObject.h"
 #include "lldb/Interpreter/ScriptInterpreter.h"
 #include "lldb/Utility/Args.h"
+#include "lldb/Utility/CompletionRequest.h"
 #include "lldb/Utility/Log.h"
 #include "lldb/Utility/StringList.h"
 #include "lldb/lldb-forward.h"
index 363540a0b0161a33a805f2642dcef553054cc6ac..7afb18b2f598f29f90493bdc73a4eb80a5215994 100644 (file)
@@ -16,8 +16,6 @@
 #include <string>
 #include <vector>
 
-#include "lldb/Utility/CompletionRequest.h"
-
 // Other libraries and framework includes
 // Project includes
 #include "lldb/Utility/Flags.h"
@@ -26,6 +24,7 @@
 #include "lldb/Interpreter/Options.h"
 #include "lldb/Target/ExecutionContext.h"
 #include "lldb/Utility/Args.h"
+#include "lldb/Utility/CompletionRequest.h"
 #include "lldb/Utility/StringList.h"
 #include "lldb/lldb-private.h"
 
index b88e699da310e761e123394c4494268a4c1134b6..d9eff9a6e545ffc6d5e5f8e99ada48b347258d61 100644 (file)
@@ -15,6 +15,7 @@
 // Other libraries and framework includes
 // Project includes
 #include "lldb/Interpreter/CommandObject.h"
+#include "lldb/Utility/CompletionRequest.h"
 
 namespace lldb_private {
 
index da632fe3ae8e07cefd01f9a8b9268d1257e7e5ed..36c3f068bdf3dbbe525360b42446c6a89ef712cd 100644 (file)
@@ -17,6 +17,7 @@
 // Other libraries and framework includes
 // Project includes
 #include "lldb/Interpreter/CommandObject.h"
+#include "lldb/Utility/CompletionRequest.h"
 #include "lldb/Utility/RegularExpression.h"
 
 namespace lldb_private {
index edb6e24137ed735e855894fb6b2312a196513bab..15b74ad1789302497464594ba45650f9828eceea 100644 (file)
@@ -12,6 +12,7 @@
 
 #include "lldb/Interpreter/OptionValue.h"
 #include "lldb/Utility/ArchSpec.h"
+#include "lldb/Utility/CompletionRequest.h"
 
 namespace lldb_private {
 
index 0f0f983d4c351ee9921d52e440d59c610abeab8a..316bf568fd92b9ef2b13d6ecf56f6992c636b43c 100644 (file)
@@ -18,6 +18,7 @@
 // Other libraries and framework includes
 // Project includes
 #include "lldb/Utility/Args.h"
+#include "lldb/Utility/CompletionRequest.h"
 #include "lldb/Utility/Status.h"
 #include "lldb/lldb-defines.h"
 #include "lldb/lldb-private.h"
index 1caec7e317300ff42065807a608c202c3dff756e..531312e6359151353354cf42fd5b09642b218125 100644 (file)
@@ -17,6 +17,7 @@
 #include "lldb/Core/RangeMap.h"
 #include "lldb/Expression/DWARFExpression.h"
 #include "lldb/Symbol/Declaration.h"
+#include "lldb/Utility/CompletionRequest.h"
 #include "lldb/Utility/UserID.h"
 #include "lldb/lldb-enumerations.h"
 #include "lldb/lldb-private.h"