]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/imagfill.cpp
added a few missing tree events to the docs
[wxWidgets.git] / src / common / imagfill.cpp
index f199f0a4e825e46fe36cd5a93d6e83a6ef71107d..42933301dbe56cb3735bd7b5ea73952d2abbacb4 100644 (file)
     #pragma hdrstop
 #endif
 
-#include "wx/defs.h"
-
 #if wxUSE_IMAGE
 
 #include "wx/image.h"
 
+#ifndef WX_PRECOMP
+    #include "wx/brush.h"
+#endif
+
 // DoFloodFill
 // Fills with the colour extracted from fillBrush, starting at x,y until either
 // a color different from the start pixel is reached (wxFLOOD_SURFACE)