From 01c742f0025d195a1f265981b52551fa14f1d484 Mon Sep 17 00:00:00 2001 From: Edmond Yoo <hj3yoo@uwaterloo.ca> Date: Thu, 06 Sep 2018 16:51:53 +0000 Subject: [PATCH] build, custom configs, training results so far --- src/box.h | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/src/box.h b/src/box.h index 9553b12..6063a48 100644 --- a/src/box.h +++ b/src/box.h @@ -1,11 +1,6 @@ #ifndef BOX_H #define BOX_H -#ifdef _DEBUG -#include <stdlib.h> -#include <crtdbg.h> -#endif - #ifdef YOLODLL_EXPORTS #if defined(_MSC_VER) #define YOLODLL_API __declspec(dllexport) -- Gitblit v1.10.0