image handlers moved to separate headers (imagbmp.h etc.) This change is backward compatible (all hdrs #included in image.h) and reduces executable size under GCC
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4979 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1,16 +1,15 @@
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Name: imagjpeg.cpp
|
||||
// Purpose: wxImage JPEG handler
|
||||
// Author: Vaclav Slavik
|
||||
// Name: imagtiff.cpp
|
||||
// Purpose: wxImage TIFF handler
|
||||
// Author: Robert Roebling
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) Vaclav Slavik
|
||||
// Copyright: (c) Robert Roebling
|
||||
// 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 "imagtiff.h"
|
||||
#endif
|
||||
|
||||
// For compilers that support precompilation, includes "wx.h".
|
||||
#include "wx/wxprec.h"
|
||||
@@ -23,7 +22,7 @@
|
||||
|
||||
#if wxUSE_LIBTIFF
|
||||
|
||||
#include "wx/image.h"
|
||||
#include "wx/imagtiff.h"
|
||||
#include "wx/bitmap.h"
|
||||
#include "wx/debug.h"
|
||||
#include "wx/log.h"
|
||||
|
Reference in New Issue
Block a user