Fix clean test of Valgrind poison support

Headers included by SConstruct tests cannot rely on the existence of
"dxxsconf.h"; instead, SConstruct must define the symbols that would
have been in it.
This commit is contained in:
Kp 2016-12-11 23:47:40 +00:00
parent b3809266a3
commit 656d0879cc

View file

@ -1,7 +1,5 @@
#pragma once
#include "dxxsconf.h"
#if DXX_HAVE_POISON_VALGRIND
#include <valgrind/memcheck.h>
#endif