]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/renderer.cpp
corrected wording of application shutdown logic description
[wxWidgets.git] / src / gtk1 / renderer.cpp
index 65efb88eae9a472a8ee2cfc73ef891a00dac578a..04be7d66ec9088b393525515850a19c8827a9e63 100644 (file)
@@ -1,5 +1,5 @@
 ///////////////////////////////////////////////////////////////////////////////
-// Name:        gtk/renderer.cpp
+// Name:        src/gtk1/renderer.cpp
 // Purpose:     implementation of wxRendererNative for wxGTK
 // Author:      Vadim Zeitlin
 // Modified by:
 #endif
 
 #include "wx/renderer.h"
+
+#ifndef WX_PRECOMP
+    #include "wx/window.h"
+    #include "wx/dc.h"
+#endif
+
 #include <gtk/gtk.h>
 #include "wx/gtk1/win_gtk.h"
 
-#include "wx/window.h"
-#include "wx/dc.h"
 #include "wx/dcclient.h"
 
 // RR: After a correction to the orientation of the sash