///////////////////////////////////////////////////////////////////////////////
// Name: tests/arrays/arrays.cpp
// Purpose: wxArray unit test
-// Author: Wlodzimierz ABX Skiba
+// Author: Vadim Zeitlin, Wlodzimierz ABX Skiba
// Created: 2004-04-01
// RCS-ID: $Id$
-// Copyright: (c) 2004 Wlodzimierz Skiba
+// Copyright: (c) 2004 Vadim Zeitlin, Wlodzimierz Skiba
///////////////////////////////////////////////////////////////////////////////
// ----------------------------------------------------------------------------
// headers
// ----------------------------------------------------------------------------
-#include "wx/wxprec.h"
+#include "testprec.h"
#ifdef __BORLANDC__
#pragma hdrstop
#include "wx/dynarray.h"
-#include "wx/cppunit.h"
-
// ----------------------------------------------------------------------------
// helpers for testing values and sizes
// ----------------------------------------------------------------------------