From 57fccfe49770436b5217f71576f34185b5a4bce0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Mon, 9 May 2016 21:32:51 -0700 Subject: [PATCH] Cleanup. --- examples/29-debugdraw/debugdraw.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/29-debugdraw/debugdraw.cpp b/examples/29-debugdraw/debugdraw.cpp index f0950a205..4efcd80b8 100644 --- a/examples/29-debugdraw/debugdraw.cpp +++ b/examples/29-debugdraw/debugdraw.cpp @@ -7,12 +7,11 @@ #include "bgfx_utils.h" #include #include +#include #include "camera.h" #include -#include "../common/debugdraw/debugdraw.h" - class DebugDrawApp : public entry::AppI { void init(int _argc, char** _argv) BX_OVERRIDE