diff options
Diffstat (limited to 'src/u8c/setfmt.c')
-rw-r--r-- | src/u8c/setfmt.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/u8c/setfmt.c b/src/u8c/setfmt.c index 70b5c93..05fa9c1 100644 --- a/src/u8c/setfmt.c +++ b/src/u8c/setfmt.c @@ -13,11 +13,10 @@ If not, see <https://www.gnu.org/licenses/>. */ -# include "dat.h" +# include "intern.h" # include <stdbool.h> # include <stdint.h> -# include <u8c/seterr.h> -# include <u8c/setfmt.h> +# include <u8c/fmt.h> # if defined(u8c_bethrdsafe) # include <threads.h> # endif |