Index: uspace/app/sbi/src/input.c
===================================================================
--- uspace/app/sbi/src/input.c	(revision 4204ad9995854e56dae719be52c05abf90dee4e7)
+++ uspace/app/sbi/src/input.c	(revision 5da468ef646d75eceb4aa88033bece23060612fb)
@@ -34,5 +34,4 @@
 #include <stdio.h>
 #include <stdlib.h>
-#include <string.h>
 #include "mytypes.h"
 #include "strtab.h"
Index: uspace/app/sbi/src/lex.c
===================================================================
--- uspace/app/sbi/src/lex.c	(revision 4204ad9995854e56dae719be52c05abf90dee4e7)
+++ uspace/app/sbi/src/lex.c	(revision 5da468ef646d75eceb4aa88033bece23060612fb)
@@ -34,5 +34,4 @@
 #include <stdio.h>
 #include <stdlib.h>
-#include <string.h>
 #include "mytypes.h"
 #include "input.h"
Index: uspace/app/sbi/src/os/helenos.c
===================================================================
--- uspace/app/sbi/src/os/helenos.c	(revision 4204ad9995854e56dae719be52c05abf90dee4e7)
+++ uspace/app/sbi/src/os/helenos.c	(revision 5da468ef646d75eceb4aa88033bece23060612fb)
@@ -32,5 +32,5 @@
 #include <stdio.h>
 #include <stdlib.h>
-#include <string.h>
+#include <str.h>
 #include <task.h>
 
Index: uspace/app/sbi/src/strtab.c
===================================================================
--- uspace/app/sbi/src/strtab.c	(revision 4204ad9995854e56dae719be52c05abf90dee4e7)
+++ uspace/app/sbi/src/strtab.c	(revision 5da468ef646d75eceb4aa88033bece23060612fb)
@@ -35,5 +35,4 @@
 
 #include <stdlib.h>
-#include <string.h>
 #include "mytypes.h"
 #include "os/os.h"
