Skip to content

Commit 3ae5c77

Browse files
committed
[libc] Move include so it covers the other files
Summary: This is more hacky, but I want to get the bot green before we work on a better solution.
1 parent ea4a119 commit 3ae5c77

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libc/src/stdio/printf_core/core_structs.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@
99
#ifndef LLVM_LIBC_SRC_STDIO_PRINTF_CORE_CORE_STRUCTS_H
1010
#define LLVM_LIBC_SRC_STDIO_PRINTF_CORE_CORE_STRUCTS_H
1111

12+
#include "src/__support/macros/config.h"
13+
1214
#include "src/__support/CPP/string_view.h"
1315
#include "src/__support/CPP/type_traits.h"
1416
#include "src/__support/FPUtil/FPBits.h"
15-
#include "src/__support/macros/config.h"
1617
#include "src/stdio/printf_core/printf_config.h"
1718

1819
#include <inttypes.h>

0 commit comments

Comments
 (0)