summaryrefslogtreecommitdiff
path: root/Source/Core/Common/GL/GLInterface/WGL.cpp
diff options
context:
space:
mode:
authorLeo Lam <leolino.lam@gmail.com>2017-06-05 12:14:22 +0200
committerGitHub <noreply@github.com>2017-06-05 12:14:22 +0200
commite23cfc29654ece853309454a7a37306cc696af19 (patch)
tree01b0533457eacfd93f55c11db3d41cc7b63e2229 /Source/Core/Common/GL/GLInterface/WGL.cpp
parent886cb26827cc65fd073df9e0af6d958270a2aef6 (diff)
parentd9fd05680333a71211fcaf2419281e7897e2c26c (diff)
Merge pull request #5543 from leoetlino/manual-reformat
Fix minor formatting issues
Diffstat (limited to 'Source/Core/Common/GL/GLInterface/WGL.cpp')
-rw-r--r--Source/Core/Common/GL/GLInterface/WGL.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/Common/GL/GLInterface/WGL.cpp b/Source/Core/Common/GL/GLInterface/WGL.cpp
index ab51344964..57c46cb42b 100644
--- a/Source/Core/Common/GL/GLInterface/WGL.cpp
+++ b/Source/Core/Common/GL/GLInterface/WGL.cpp
@@ -2,9 +2,9 @@
// Licensed under GPLv2+
// Refer to the license.txt file included.
+#include <windows.h>
#include <array>
#include <string>
-#include <windows.h>
#include "Common/GL/GLInterface/WGL.h"
#include "Common/Logging/Log.h"