]> git.saurik.com Git - wxWidgets.git/commitdiff
correcting include style
authorStefan Csomor <csomor@advancedconcepts.ch>
Tue, 10 Apr 2007 12:23:44 +0000 (12:23 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Tue, 10 Apr 2007 12:23:44 +0000 (12:23 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45378 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/string.cpp

index 3d171f76561060eb06c84795d77b69ba8bd706c8..564f3ea4f12048a05af9405824f5da24a0479a03 100644 (file)
@@ -45,7 +45,7 @@
     #include <clib.h>
 #endif
 
-#include <wx/hashmap.h>
+#include "wx/hashmap.h"
 
 // string handling functions used by wxString:
 #if wxUSE_UNICODE_UTF8