mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-03 09:48:29 +00:00
Remove .internal from more header filenames
This commit is contained in:
parent
c265c17d54
commit
31194165d2
734 changed files with 779 additions and 778 deletions
|
@ -1,6 +1,6 @@
|
|||
#ifndef _COMPLEX_H
|
||||
#define _COMPLEX_H
|
||||
#include "libc/complex.h"
|
||||
#include "libc/imag.internal.h"
|
||||
#include "libc/imag.h"
|
||||
#include "libc/math.h"
|
||||
#endif /* _COMPLEX_H */
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef _ISO646_H
|
||||
#define _ISO646_H
|
||||
#include "libc/iso646.internal.h"
|
||||
#include "libc/iso646.h"
|
||||
#endif /* _ISO646_H */
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef _STDALIGN_H
|
||||
#define _STDALIGN_H
|
||||
#include "libc/stdalign.internal.h"
|
||||
#include "libc/stdalign.h"
|
||||
#endif /* _STDALIGN_H */
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef _TGMATH_H
|
||||
#define _TGMATH_H
|
||||
#include "libc/complex.h"
|
||||
#include "libc/imag.internal.h"
|
||||
#include "libc/imag.h"
|
||||
#include "libc/math.h"
|
||||
#if __STDC_VERSION__ + 0 >= 201112
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue