]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/asserthelper.h
Use wxFindWindowAtPoint() for hit testing in wxPopupTransientWindow.
[wxWidgets.git] / tests / asserthelper.h
index 5743154038cbe9623d60e41e6de8b82a5846fa5c..ebd16c2d3e8bbcb7d0f361dd7b9bfe8be6498da2 100644 (file)
@@ -3,7 +3,6 @@
 // Purpose:     Helper functions for cppunit
 // Author:      Steven Lamerton
 // Created:     2010-07-23
-// RCS-ID:      $Id$
 // Copyright:   (c) 2009 Vadim Zeitlin <vadim@wxwidgets.org>
 ///////////////////////////////////////////////////////////////////////////////
 
@@ -11,9 +10,9 @@
 #define _WX_TESTS_ASSERTHELPER_H_
 
 #include <ostream>
-#include <wx/colour.h>
-#include <wx/gdicmn.h>
-#include <wx/font.h>
+#include "wx/colour.h"
+#include "wx/gdicmn.h"
+#include "wx/font.h"
 
 namespace
 {