diff options
author | Jonas Devlieghere <jonas@devlieghere.com> | 2018-11-11 23:17:06 +0000 |
---|---|---|
committer | Jonas Devlieghere <jonas@devlieghere.com> | 2018-11-11 23:17:06 +0000 |
commit | ceff6644bba4d6c5e9c338afe92c453c7597609b (patch) | |
tree | 55da36fe47f9fd2fa3a9292a2e273b6db0e57091 /lldb/source/Expression/UtilityFunction.cpp | |
parent | 672d2c12550009d15900dd8d7569e6a6f830456c (diff) | |
download | bcm5719-llvm-ceff6644bba4d6c5e9c338afe92c453c7597609b.tar.gz bcm5719-llvm-ceff6644bba4d6c5e9c338afe92c453c7597609b.zip |
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.
llvm-svn: 346626
Diffstat (limited to 'lldb/source/Expression/UtilityFunction.cpp')
-rw-r--r-- | lldb/source/Expression/UtilityFunction.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/source/Expression/UtilityFunction.cpp b/lldb/source/Expression/UtilityFunction.cpp index 52f3bfc4d12..a0a1e4edfb0 100644 --- a/lldb/source/Expression/UtilityFunction.cpp +++ b/lldb/source/Expression/UtilityFunction.cpp @@ -7,13 +7,11 @@ // //===----------------------------------------------------------------------===// -// C Includes #include <stdio.h> #if HAVE_SYS_TYPES_H #include <sys/types.h> #endif -// C++ Includes #include "lldb/Core/Module.h" #include "lldb/Core/StreamFile.h" |