From a7a320ea58bd6b91a0ecbf2950179f7f25a4da6d Mon Sep 17 00:00:00 2001 From: Andy Maloney Date: Tue, 1 Oct 2019 13:24:20 -0400 Subject: [PATCH] Use cassert instead of old assert.h --- src/node_data.cpp | 2 +- src/nodebuilder.cpp | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/node_data.cpp b/src/node_data.cpp index 6cfedfc..f0c776d 100644 --- a/src/node_data.cpp +++ b/src/node_data.cpp @@ -1,4 +1,4 @@ -#include +#include #include #include diff --git a/src/nodebuilder.cpp b/src/nodebuilder.cpp index c90a66c..171afd8 100644 --- a/src/nodebuilder.cpp +++ b/src/nodebuilder.cpp @@ -1,4 +1,3 @@ -#include #include #include "nodebuilder.h"