From d15112dcb3a2189fb12963ff2deed1b4f0b7ba8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Janiszewski?= Date: Wed, 28 Dec 2016 19:07:46 +0100 Subject: [PATCH] Fix broken includes in TestPaint.cpp --- test/testpaint/TestPaint.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/testpaint/TestPaint.cpp b/test/testpaint/TestPaint.cpp index c215b632cf..5139d6220b 100644 --- a/test/testpaint/TestPaint.cpp +++ b/test/testpaint/TestPaint.cpp @@ -24,13 +24,11 @@ #include "Utils.hpp" extern "C" { - #include "../../src/hook.h" #include "../../src/interface/viewport.h" #include "../../src/paint/paint.h" #include "../../src/paint/supports.h" + #include "../../src/rct2/hook.h" #include "../../src/ride/track_data.h" - #include "../../src/interface/viewport.h" - #include "../../src/hook.h" } namespace TestPaint