]> git.saurik.com Git - wxWidgets.git/blobdiff - src/xrc/xh_gdctl.cpp
test indeterminate wxGauge mode (part of patch 1551409)
[wxWidgets.git] / src / xrc / xh_gdctl.cpp
index e9bd578a7b73c13ba961a494c04e19c71657b593..08a90fa19cd5e45fdfcbc9d1e625d6c2f421c9e0 100644 (file)
@@ -1,9 +1,9 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        xh_gdctl.cpp
+// Name:        src/xrc/xh_gdctl.cpp
 // Purpose:     XRC resource for wxGenericDirCtrl
 // Author:      Markus Greither
 // Created:     2002/01/20
-// RCS-ID:
+// RCS-ID:      $Id$
 // Copyright:   (c) 2002 Markus Greither
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #if wxUSE_XRC && wxUSE_DIRDLG
 
-#include "wx/textctrl.h"
 #include "wx/xrc/xh_gdctl.h"
+
+#ifndef WX_PRECOMP
+    #include "wx/textctrl.h"
+#endif
+
 #include "wx/dirctrl.h"
 
 IMPLEMENT_DYNAMIC_CLASS(wxGenericDirCtrlXmlHandler, wxXmlResourceHandler)