]> 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 0e52f865e73cf137190b7be0c3a2baef8a274c1a..719b266f303ab0b173f2b6aca59a7d7c30e5d724 100644 (file)
@@ -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
 // ----------------------------------------------------------------------------