chiark / gitweb /
fsckd: the error code is actually returned in 'fd'
[elogind.git] / src / libsystemd-terminal / test-unifont.c
index 2c415941fb1fa8cc847190946dfd1752b205e270..2366d385742e3b7d781cb9dbc22e800b3c637dc8 100644 (file)
  * The glyphs are then compared to hard-coded glyphs.
  */
 
-#include <errno.h>
 #include <stdio.h>
-#include <stdlib.h>
 #include <string.h>
 #include "macro.h"
 #include "unifont-def.h"
-#include "unifont-internal.h"
-#include "util.h"
+#include "unifont.h"
 
 static void render(char *w, const unifont_glyph *g) {
         unsigned int i, j;