]> git.saurik.com Git - wxWidgets.git/commitdiff
proper style includes
authorStefan Csomor <csomor@advancedconcepts.ch>
Sun, 6 Feb 2005 16:27:06 +0000 (16:27 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Sun, 6 Feb 2005 16:27:06 +0000 (16:27 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31797 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/mediactrlcmn.cpp

index 51ba32f6c858f47ec38216934bf146919c6c7a5e..7e295307e19e26a3554c8434bfb3a7d3edd71424 100644 (file)
@@ -440,7 +440,7 @@ void wxMediaCtrl::OnMediaFinished(wxMediaEvent& WXUNUSED(evt))
 //DARWIN gcc compiler badly screwed up - needs destructor impl in source
 wxMediaBackend::~wxMediaBackend()
 {                               }
-#include <wx/html/forcelnk.h>
+#include "wx/html/forcelnk.h"
 FORCE_LINK(basewxmediabackends);
 
 //---------------------------------------------------------------------------