]> git.saurik.com Git - wxWidgets.git/commitdiff
use quotes, not angle brackets, for wx headers
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 22 Aug 2005 16:00:16 +0000 (16:00 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 22 Aug 2005 16:00:16 +0000 (16:00 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35262 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/clntdata.h

index 3ff6030b50b533ca7b97f72f7a5400f69bfe58a9..b2b8cfa1b630d278f6170d4cbe439b84575e0347 100644 (file)
@@ -170,7 +170,7 @@ protected:
 // compiled to make wxMotif and wxGTK base libraries compatible
 #if defined(__WXMOTIF__) || wxABI_VERSION >= 20602
 
-#include <wx/vector.h>
+#include "wx/vector.h"
 
 struct WXDLLIMPEXP_BASE wxClientDataDictionaryPair
 {