From 87311540bde93dc6ebf0aeb8fbac122346a99821 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sat, 2 Sep 2017 12:23:28 +0100 Subject: Fixed includes and standardized them --- src/window.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/window.cpp') diff --git a/src/window.cpp b/src/window.cpp index e5a6582b..143b1d5d 100644 --- a/src/window.cpp +++ b/src/window.cpp @@ -6,8 +6,7 @@ * ---------------------------------------------------------------------------- */ -#include "window.hpp" - +#include #include #include -- cgit