Daniele Bartolini 10 роки тому
батько
коміт
6290eb0025
1 змінених файлів з 0 додано та 4 видалено
  1. 0 4
      src/core/os.h

+ 0 - 4
src/core/os.h

@@ -14,14 +14,10 @@
 #include "temp_allocator.h"
 
 #if CROWN_PLATFORM_POSIX
-	#include <cstdarg>
-	#include <cstdio>
-	#include <cstdlib>
 	#include <dirent.h>
 	#include <dlfcn.h>
 	#include <sys/stat.h>
 	#include <sys/time.h>
-	#include <sys/types.h>
 	#include <sys/wait.h>
 	#include <errno.h>
 	#include <time.h>