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 --- test/windowtest.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'test/windowtest.cpp') diff --git a/test/windowtest.cpp b/test/windowtest.cpp index 22760c21..e6739720 100644 --- a/test/windowtest.cpp +++ b/test/windowtest.cpp @@ -6,9 +6,8 @@ * ---------------------------------------------------------------------------- */ -#include "gtest/gtest.h" - -#include "yage.hpp" +#include +#include TEST(Window, Open) { -- cgit