Update test_toolkit.hpp

removing crtdbg.h from header
This commit is contained in:
Michael Tryby
2019-04-03 14:13:40 -04:00
parent efd86c3ddd
commit b578380675

View File

@@ -14,10 +14,6 @@
#ifndef TEST_TOOLKIT_HPP #ifndef TEST_TOOLKIT_HPP
#define TEST_TOOLKIT_HPP #define TEST_TOOLKIT_HPP
#define _CRTDBG_MAP_ALLOC
#include <stdlib.h>
#include <crtdbg.h>
#include "epanet2_2.h" #include "epanet2_2.h"