Просмотр исходного кода

Merge pull request #20 from benklett/time

Revert "Merge pull request #19 from asgeirom/master"
Jim 12 лет назад
Родитель
Сommit
121f4a3ae9
1 измененных файлов с 0 добавлено и 3 удалено
  1. 0 3
      libobs/util/platform-nix.c

+ 0 - 3
libobs/util/platform-nix.c

@@ -21,9 +21,6 @@
 #include <dlfcn.h>
 #include <unistd.h>
 #include <time.h>
-#if defined(__linux) || defined(__linux__) || defined(linux)
-#include <linux/time.h>
-#endif
 
 #include "dstr.h"
 #include "platform.h"