]> git.saurik.com Git - wxWidgets.git/blobdiff - src/unix/taskbarx11.cpp
Include wx/timer.h according to precompiled headers of wx/wx.h (with other minor...
[wxWidgets.git] / src / unix / taskbarx11.cpp
index 10373179fb176216fabacdfe1eb36e73ff1706a9..f95165004a7c34fb78ec29d3e14083aa49e23f97 100644 (file)
 #include "wx/wxprec.h"
 
 #include "wx/taskbar.h"
-#include "wx/frame.h"
+
+#ifndef  WX_PRECOMP
+    #include "wx/log.h"
+    #include "wx/frame.h"
+    #include "wx/dcclient.h"
+#endif
+
 #include "wx/bitmap.h"
 #include "wx/statbmp.h"
 #include "wx/sizer.h"
-#include "wx/dcclient.h"
-#include "wx/log.h"
 #include "wx/image.h"
 
 #ifdef __VMS