diff --git a/src/common/imagjpeg.cpp b/src/common/imagjpeg.cpp index f36b632c7f..e91863170c 100644 --- a/src/common/imagjpeg.cpp +++ b/src/common/imagjpeg.cpp @@ -7,9 +7,14 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// +/* + We don't put pragma implement in this file because it is already present in + src/common/image.cpp + #ifdef __GNUG__ #pragma implementation "image.h" #endif +*/ // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" diff --git a/src/common/imagpng.cpp b/src/common/imagpng.cpp index e200c00b6d..4e487a7778 100644 --- a/src/common/imagpng.cpp +++ b/src/common/imagpng.cpp @@ -7,9 +7,14 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// +/* + We don't put pragma implement in this file because it is already present in + src/common/image.cpp + #ifdef __GNUG__ #pragma implementation "image.h" #endif +*/ // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h"