]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/appbase.cpp
Save the alpha values if the image has an alpha channel
[wxWidgets.git] / src / common / appbase.cpp
index 061b93b815a5aa5df42a32ef892e2efb4ddd8aad..7296444c794a83541d7f79c9163223ba38f3fa5b 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     19.06.2003 (extracted from common/appcmn.cpp)
 // RCS-ID:      $Id$
 // Copyright:   (c) 2003 Vadim Zeitlin <vadim@wxwindows.org>
-// License:     wxWidgets license
+// License:     wxWindows license
 ///////////////////////////////////////////////////////////////////////////////
 
 // ============================================================================
@@ -28,9 +28,7 @@
     #include "wx/app.h"
     #include "wx/intl.h"
     #include "wx/list.h"
-    #if wxUSE_LOG
-        #include "wx/log.h"
-    #endif // wxUSE_LOG
+    #include "wx/log.h"
 #endif //WX_PRECOMP
 
 #include "wx/utils.h"