]> git.saurik.com Git - wxWidgets.git/commitdiff
minor fixes to #include
authorVáclav Slavík <vslavik@fastmail.fm>
Tue, 19 Mar 2002 00:04:17 +0000 (00:04 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Tue, 19 Mar 2002 00:04:17 +0000 (00:04 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14680 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/hashmap.h

index 1715c403f84624650bc9a6789587e171eac5184b..83c63c35c3f38309a1668a71b652d64622a41f49 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        hashmap.cpp
+// Name:        hashmap.h
 // Purpose:     wxHashMap class
 // Author:      Mattia Barbon
 // Modified by:
@@ -16,7 +16,7 @@
 #pragma interface "hashmap.h"
 #endif
 
-#include <wx/string.h>
+#include "wx/string.h"
 
 // private
 struct WXDLLEXPORT _wxHashTable_NodeBase