From 88f4df8050f1f0ed64f8e2a2e48256bbf0a208cb Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Sun, 11 Nov 2018 23:17:06 +0000 Subject: Remove header grouping comments. This patch removes the comments grouping header includes. They were added after running IWYU over the LLDB codebase. However they add little value, are often outdates and burdensome to maintain. git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@346626 91177308-0d34-0410-b5e6-96231b3b80d8 --- .../UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source/Plugins/UnwindAssembly/InstEmulation') diff --git a/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.h b/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.h index af7def8f5..5539b5217 100644 --- a/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.h +++ b/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.h @@ -10,10 +10,6 @@ #ifndef liblldb_UnwindAssemblyInstEmulation_h_ #define liblldb_UnwindAssemblyInstEmulation_h_ -// C Includes -// C++ Includes -// Other libraries and framework includes -// Project includes #include "lldb/Core/EmulateInstruction.h" #include "lldb/Symbol/UnwindPlan.h" #include "lldb/Target/UnwindAssembly.h" -- cgit v1.2.3