From bbe3ed6e9d737abb6ca5951ac696fd73372f6939 Mon Sep 17 00:00:00 2001 From: Quantum Date: Sun, 8 Sep 2013 11:59:52 -0400 Subject: [PATCH] Removed the need for symlinks when compiling. Signed-off-by: Xiaomao Chen --- src/MainLogic.cpp | 2 +- src/Window.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/MainLogic.cpp b/src/MainLogic.cpp index 10adaee..d7bc050 100644 --- a/src/MainLogic.cpp +++ b/src/MainLogic.cpp @@ -1,5 +1,5 @@ #include -#include +#include #include #include diff --git a/src/Window.cpp b/src/Window.cpp index 17815e5..343817c 100644 --- a/src/Window.cpp +++ b/src/Window.cpp @@ -1,4 +1,4 @@ -#include +#include #pragma comment(lib, "user32.lib") #pragma comment(lib, "gdi32.lib")