From b578380675b12c64cdde2d2d795ed09baf8e917d Mon Sep 17 00:00:00 2001 From: Michael Tryby Date: Wed, 3 Apr 2019 14:13:40 -0400 Subject: [PATCH] Update test_toolkit.hpp removing crtdbg.h from header --- tests/test_toolkit.hpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/test_toolkit.hpp b/tests/test_toolkit.hpp index 7be983e..1373ce7 100644 --- a/tests/test_toolkit.hpp +++ b/tests/test_toolkit.hpp @@ -14,10 +14,6 @@ #ifndef TEST_TOOLKIT_HPP #define TEST_TOOLKIT_HPP -#define _CRTDBG_MAP_ALLOC -#include -#include - #include "epanet2_2.h"