1
0
mirror of https://github.com/mfontanini/libtins synced 2026-01-26 03:51:35 +01:00

Remove unused cassert header inclusions

This commit is contained in:
Matias Fontanini
2015-12-27 04:38:31 -08:00
parent 31ca9a6cc8
commit 38239be472
26 changed files with 0 additions and 60 deletions

View File

@@ -29,9 +29,6 @@
#include <stdexcept>
#include <cstring>
#ifdef TINS_DEBUG
#include <cassert>
#endif
#include <algorithm>
#ifndef _WIN32
#include <netdb.h>