chiark / gitweb /
remove unused includes
[elogind.git] / src / libsystemd-terminal / test-term-page.c
index 9e338776e88c609430220539081a84184a5eab77..d59139b62d731da4e749d9b578dd28061cbe62e5 100644 (file)
  * those internals are changed. They should be fairly obvious, though.
  */
 
-#include <assert.h>
-#include <errno.h>
 #include <stdio.h>
-#include <stdlib.h>
 #include <string.h>
 #include "macro.h"
 #include "term-internal.h"
-#include "util.h"
 
 #define MY_ASSERT_VALS __FILE__, __LINE__, __PRETTY_FUNCTION__
 #define MY_ASSERT_FORW _FILE, _LINE, _FUNC