From f83c337f5a96d02a464c754894a587cf6318d24b Mon Sep 17 00:00:00 2001 From: Raja Date: Sun, 19 Nov 2017 22:18:43 -0500 Subject: [PATCH] Remove tabing from win32_window.c and windows specific headers from window.c --- src/win32_window.c | 2 +- src/window.c | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/win32_window.c b/src/win32_window.c index c9b545e4f..9fd5c13cf 100644 --- a/src/win32_window.c +++ b/src/win32_window.c @@ -42,7 +42,7 @@ // static DWORD getWindowStyle(const _GLFWwindow* window) { - DWORD style = WS_CLIPSIBLINGS | WS_CLIPCHILDREN; + DWORD style = WS_CLIPSIBLINGS | WS_CLIPCHILDREN; if (window->monitor) style |= WS_POPUP; diff --git a/src/window.c b/src/window.c index 8b8ae48fa..2c6f8dd00 100644 --- a/src/window.c +++ b/src/window.c @@ -27,8 +27,6 @@ //======================================================================== #include "internal.h" -#include -#include #include #include #include