From b7fc8099f10b778cb89cbfffebfc00aec8f09456 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Wed, 19 Mar 2014 13:06:08 +0100 Subject: [PATCH] Removed duplicate addition of POSIX time header. --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 0f194b12..3336f3d6 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -22,7 +22,7 @@ elseif (_GLFW_WIN32) win32_init.c win32_joystick.c win32_monitor.c win32_time.c win32_tls.c win32_window.c) elseif (_GLFW_X11) - set(glfw_HEADERS ${common_HEADERS} x11_platform.h posix_tls.h unix_time.h) + set(glfw_HEADERS ${common_HEADERS} x11_platform.h posix_tls.h) set(glfw_SOURCES ${common_SOURCES} x11_clipboard.c x11_gamma.c x11_init.c x11_monitor.c x11_window.c x11_unicode.c posix_tls.c) elseif (_GLFW_WAYLAND)