Skip to content

Commit

Permalink
[libc] Remove config.h self-inclusion (#98670)
Browse files Browse the repository at this point in the history
This was accidentally introduced in #98597.
  • Loading branch information
petrhosek authored Jul 12, 2024
1 parent b9852ff commit 280eadd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libc/src/__support/macros/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@

// Workaround for compilers that do not support builtin detection.
// FIXME: This is only required for the GPU portion which should be moved.
#include "src/__support/macros/config.h"
#ifndef __has_builtin
#define __has_builtin(b) 0
#endif
Expand Down

0 comments on commit 280eadd

Please sign in to comment.