]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/imagfill.cpp
suppress Sun CC warnings about casting between C++ and extern C function pointers
[wxWidgets.git] / src / common / imagfill.cpp
index 89c1e5f7845985856b7411fb641f91e4b698250f..b81b9770557a854d4cd6a03c93d544444a274fc4 100644 (file)
     #include "wx/brush.h"
     #include "wx/dc.h"
     #include "wx/dcmemory.h"
+    #include "wx/image.h"
 #endif
 
-#include "wx/image.h"
-
 // 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)