Skip to content

[libc] heap_sort_fuzz deleted unnecessary includes #101535

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 1, 2024

Conversation

RoseZhang03
Copy link
Contributor

Including src/__suppot/macros/config.h is unnecessary

Including src/__suppot/macros/config.h is unnecessary
@llvmbot
Copy link
Member

llvmbot commented Aug 1, 2024

@llvm/pr-subscribers-libc

Author: None (RoseZhang03)

Changes

Including src/__suppot/macros/config.h is unnecessary


Full diff: https://github.com/llvm/llvm-project/pull/101535.diff

1 Files Affected:

  • (modified) libc/fuzzing/stdlib/heap_sort_fuzz.cpp (-1)
diff --git a/libc/fuzzing/stdlib/heap_sort_fuzz.cpp b/libc/fuzzing/stdlib/heap_sort_fuzz.cpp
index ad2d3113a59df..876c5f9975d4d 100644
--- a/libc/fuzzing/stdlib/heap_sort_fuzz.cpp
+++ b/libc/fuzzing/stdlib/heap_sort_fuzz.cpp
@@ -10,7 +10,6 @@
 ///
 //===----------------------------------------------------------------------===//
 
-#include "src/__support/macros/config.h"
 #include "src/stdlib/heap_sort.h"
 #include <stdint.h>
 

@RoseZhang03 RoseZhang03 merged commit 83e6d87 into llvm:main Aug 1, 2024
6 of 7 checks passed
@RoseZhang03 RoseZhang03 deleted the rosezhang22 branch August 1, 2024 19:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants