diff options
author | Marvin Borner | 2020-10-24 23:30:42 +0200 |
---|---|---|
committer | Marvin Borner | 2020-10-24 23:30:42 +0200 |
commit | ffb2c74435ad0e313b7c33ae1f00f02824bb6fc0 (patch) | |
tree | 9200b51e77ea66fb439e15a9bd41287a00cfa654 /libgui/psf.c | |
parent | 37b2fde1efd1527ca1462ab10f56ae049ca3525b (diff) |
Started new GFX/GUI abstraction
Diffstat (limited to 'libgui/psf.c')
-rw-r--r-- | libgui/psf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgui/psf.c b/libgui/psf.c index dbbf032..d6dc9c3 100644 --- a/libgui/psf.c +++ b/libgui/psf.c @@ -2,7 +2,7 @@ // PSF parser #include <def.h> -#include <gui.h> +#include <gfx.h> #include <mem.h> #include <print.h> #include <psf.h> |