Skip to content

Commit 280eadd

Browse files
authored
[libc] Remove config.h self-inclusion (#98670)
This was accidentally introduced in #98597.
1 parent b9852ff commit 280eadd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libc/src/__support/macros/config.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515

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

0 commit comments

Comments
 (0)