remove the includes that obsoleted since last refactoring
[lunaix-os.git] / lunaix-os / usr / libc / includes / string.h
index e9313b7805b890d9d3aeaaee6ddaf2afd5a9be4a..11569678c0adc22c676a762e6ebddd8afec615ae 100644 (file)
@@ -1,7 +1,7 @@
-#ifndef __LUNAIX_STRING_H
-#define __LUNAIX_STRING_H
+#ifndef __LUNALIBC_STRING_H
+#define __LUNALIBC_STRING_H
 
-#include <stddef.h>
+#include <sys/types.h>
 
 extern size_t strlen(const char* str);
 
@@ -15,4 +15,4 @@ extern char* strcpy(char* dest, const char* src);
 
 extern int strcmp(const char* s1, const char* s2);
 
-#endif /* __LUNAIX_STRING_H */
+#endif /* __LUNALIBC_STRING_H */