]> git.saurik.com Git - wxWidgets.git/commitdiff
fixing include styles
authorStefan Csomor <csomor@advancedconcepts.ch>
Tue, 11 Jun 2013 22:18:33 +0000 (22:18 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Tue, 11 Jun 2013 22:18:33 +0000 (22:18 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74166 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

tests/asserthelper.h

index 5743154038cbe9623d60e41e6de8b82a5846fa5c..254db6f7e8fa9b6994de9d7eb3c005ae6b310e8e 100644 (file)
@@ -11,9 +11,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
 {