Skip to content

Commit 3119416

Browse files
committed
Remove .internal from more header filenames
1 parent c265c17 commit 3119416

File tree

734 files changed

+779
-778
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

734 files changed

+779
-778
lines changed

ape/ape.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
#include "libc/calls/metalfile.internal.h"
3838
#include "libc/dce.h"
3939
#include "libc/elf/def.h"
40-
#include "libc/macho.internal.h"
40+
#include "libc/macho.h"
4141
#include "libc/nexgen32e/uart.internal.h"
4242
#include "libc/nt/pedef.internal.h"
4343
#include "libc/runtime/pc.internal.h"

ape/launch.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
│ TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR │
1717
│ PERFORMANCE OF THIS SOFTWARE. │
1818
╚─────────────────────────────────────────────────────────────────────────────*/
19-
#include "libc/macros.internal.h"
19+
#include "libc/macros.h"
2020

2121
// Calls _start() function of loaded program.
2222
//

ape/loader-macho.S

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
│ TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR │
1717
│ PERFORMANCE OF THIS SOFTWARE. │
1818
╚─────────────────────────────────────────────────────────────────────────────*/
19-
#include "libc/macho.internal.h"
19+
#include "libc/macho.h"
2020
#include "libc/sysv/consts/prot.h"
2121
#include "libc/dce.h"
22-
#include "libc/macros.internal.h"
22+
#include "libc/macros.h"
2323

2424
// Apple Mach-O Executable Headers
2525
// Fixups are applied by objbincopy

ape/macros.internal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
╚─────────────────────────────────────────────────────────────────────────────*/
1919
#ifndef APE_MACROS_H_
2020
#define APE_MACROS_H_
21-
#include "libc/macros.internal.h"
21+
#include "libc/macros.h"
2222
#ifdef __ASSEMBLER__
2323
/* clang-format off */
2424

ape/start.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
╚─────────────────────────────────────────────────────────────────────────────*/
1919
#include "libc/dce.h"
2020
#include "ape/ape.h"
21-
#include "libc/macros.internal.h"
21+
#include "libc/macros.h"
2222

2323
#ifdef __aarch64__
2424

ape/systemcall.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
│ TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR │
1717
│ PERFORMANCE OF THIS SOFTWARE. │
1818
╚─────────────────────────────────────────────────────────────────────────────*/
19-
#include "libc/macros.internal.h"
19+
#include "libc/macros.h"
2020

2121
// Invokes system call.
2222
//

dsp/core/c161.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#ifndef COSMOPOLITAN_DSP_CORE_C161_H_
22
#define COSMOPOLITAN_DSP_CORE_C161_H_
3-
#include "libc/macros.internal.h"
3+
#include "libc/macros.h"
44

55
#define EXTRA_SHARP 2
66

dsp/core/c161s.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#ifndef COSMOPOLITAN_DSP_CORE_C161S_H_
22
#define COSMOPOLITAN_DSP_CORE_C161S_H_
33
#include "dsp/core/c161.h"
4-
#include "libc/macros.internal.h"
4+
#include "libc/macros.h"
55

66
__funline signed char C161S(signed char al, signed char bl, signed char cl) {
77
short ax, bx, cx;

dsp/core/double2byte.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
│ PERFORMANCE OF THIS SOFTWARE. │
1818
╚─────────────────────────────────────────────────────────────────────────────*/
1919
#include "dsp/core/core.h"
20-
#include "libc/macros.internal.h"
20+
#include "libc/macros.h"
2121
#include "libc/math.h"
2222
#include "libc/mem/mem.h"
2323

dsp/core/float2short.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
│ PERFORMANCE OF THIS SOFTWARE. │
1818
╚─────────────────────────────────────────────────────────────────────────────*/
1919
#include "libc/limits.h"
20-
#include "libc/macros.internal.h"
20+
#include "libc/macros.h"
2121
#include "libc/math.h"
2222
#include "libc/str/str.h"
2323

0 commit comments

Comments
 (0)