Move mprintf to libaux

This commit is contained in:
2026-03-17 22:19:23 +01:00
parent 7bcd40151d
commit 76b1533ad0
10 changed files with 20 additions and 19 deletions

View File

@@ -2,13 +2,13 @@
#include "context.h"
#include "gapbuffer.h"
#include "interp.h"
#include "mprintf.h"
#include "strbuf.h"
#include <arena.h>
#include <debugconsole.h>
#include <kb.h>
#include <list.h>
#include <malloc.h>
#include <mprintf.h>
#include <printf.h>
#include <process_self.h>
#include <stdbool.h>