]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/arrays/arrays.cpp
wxFoldBar now also horizontal (with API methods renamed to mean length rather than...
[wxWidgets.git] / tests / arrays / arrays.cpp
index f9ef9df2b7ca00e949f8dce4ebd8c96519c6a73f..719b266f303ab0b173f2b6aca59a7d7c30e5d724 100644 (file)
@@ -1,17 +1,17 @@
 ///////////////////////////////////////////////////////////////////////////////
 // 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
@@ -23,8 +23,6 @@
 
 #include "wx/dynarray.h"
 
-#include "wx/cppunit.h"
-
 // ----------------------------------------------------------------------------
 // helpers for testing values and sizes
 // ----------------------------------------------------------------------------