]> git.saurik.com Git - wxWidgets.git/commitdiff
corrected date in header; removed extra wx/wxprec.h inclusion
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 4 Oct 2006 18:13:49 +0000 (18:13 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 4 Oct 2006 18:13:49 +0000 (18:13 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41629 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/generic/graphicc.cpp
src/msw/graphics.cpp

index d5da4a5a7b4dd132efcb45caaeb7eaaa33ae86ef..96e77321fa45ca7582863647dd12330997c7cab6 100755 (executable)
@@ -3,9 +3,9 @@
 // Purpose:     cairo device context class
 // Author:      Stefan Csomor
 // Modified by:
-// Created:     01/02/97
+// Created:     2006-10-03
 // RCS-ID:      $Id$
-// Copyright:   (c) Stefan Csomor
+// Copyright:   (c) 2006 Stefan Csomor
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
@@ -13,9 +13,6 @@
 
 #include "wx/dc.h"
 
-// For compilers that support precompilation, includes "wx.h".
-#include "wx/wxprec.h"
-
 #ifdef __BORLANDC__
 #pragma hdrstop
 #endif
index de74aa9ce972ac03755dd5adb1a98236c505920d..bdad1343e3367275b5658d26d8335b17d8949770 100644 (file)
@@ -1,11 +1,11 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        src/mac/carbon/dccg.cpp
+// Name:        src/msw/graphics.cpp
 // Purpose:     wxGCDC class
 // Author:      Stefan Csomor
 // Modified by:
-// Created:     01/02/97
+// Created:     2006-09-30
 // RCS-ID:      $Id$
-// Copyright:   (c) Stefan Csomor
+// Copyright:   (c) 2006 Stefan Csomor
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
@@ -13,9 +13,6 @@
 
 #include "wx/dc.h"
 
-// For compilers that support precompilation, includes "wx.h".
-#include "wx/wxprec.h"
-
 #ifdef __BORLANDC__
 #pragma hdrstop
 #endif