]> git.saurik.com Git - wxWidgets.git/commitdiff
explain why quotes/brackets should be used in #includes
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 9 Mar 2000 16:31:35 +0000 (16:31 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 9 Mar 2000 16:31:35 +0000 (16:31 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6542 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/html/standard.htm

index 0f2b5562309562b10cdacc28cf66d4da11d8ef3a..9bd3acac5349c457692a270cd613c98c9591c72b 100644 (file)
@@ -764,8 +764,8 @@ the right header for given platform. Any new headers should conform to this
 setup as well to allow including <TT>&lt;wx/foo.h&gt;</TT> on any platform.<P>
 
 Note that wxWindows implementation files should use quotes when including wxWindows
-headers, not angled brackets. Applications should use angled brackets. There
-is a reason for it (can anyone remember what this is?).
+headers, not angled brackets. Applications should use angled brackets. This
+ensures that the dependencies are correctly handled by the compiler.
 
     <P><LI><A NAME="include_guards"></LI><B>Include guards</B><P>
 To minimize the compile time C++ programmers often use so called include