X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/955f0add8917579c3da701330ff16848fc35ca40..8899b155a1e4fa5f4b90e1f3bebe28088ea46bc9:/tests/arrays/arrays.cpp diff --git a/tests/arrays/arrays.cpp b/tests/arrays/arrays.cpp index 0e52f865e7..719b266f30 100644 --- a/tests/arrays/arrays.cpp +++ b/tests/arrays/arrays.cpp @@ -11,7 +11,7 @@ // headers // ---------------------------------------------------------------------------- -#include "wx/wxprec.h" +#include "testprec.h" #ifdef __BORLANDC__ #pragma hdrstop @@ -23,8 +23,6 @@ #include "wx/dynarray.h" -#include "wx/cppunit.h" - // ---------------------------------------------------------------------------- // helpers for testing values and sizes // ----------------------------------------------------------------------------