From 6b181fe4b0c6aa5bad2a3501dd4924b5238189b7 Mon Sep 17 00:00:00 2001 From: Paul Lemire Date: Wed, 28 Jan 2015 11:15:58 +0100 Subject: Moved QAbstractTextureProvider/QWrapMode to proper files This will avoid qtexture.h/cpp becoming to large. Change-Id: I5965b6f164951d1110145defe337fab76fea2b94 Reviewed-by: Sean Harmer --- examples/materials-cpp/barrel.h | 2 +- examples/materials-cpp/houseplant.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/materials-cpp') diff --git a/examples/materials-cpp/barrel.h b/examples/materials-cpp/barrel.h index 0117f7451..11704970a 100644 --- a/examples/materials-cpp/barrel.h +++ b/examples/materials-cpp/barrel.h @@ -43,7 +43,7 @@ #define BARREL_H #include -#include +#include #include "renderableentity.h" class Barrel : public RenderableEntity diff --git a/examples/materials-cpp/houseplant.cpp b/examples/materials-cpp/houseplant.cpp index 100c3f0c8..7369dd309 100644 --- a/examples/materials-cpp/houseplant.cpp +++ b/examples/materials-cpp/houseplant.cpp @@ -40,7 +40,7 @@ ****************************************************************************/ #include "houseplant.h" -#include +#include const char *potNames[] = { "cross", -- cgit v1.2.3