]> git.saurik.com Git - wxWidgets.git/commitdiff
attempt at HP-UX compilation fix
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 22 Feb 2000 10:09:27 +0000 (10:09 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 22 Feb 2000 10:09:27 +0000 (10:09 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6205 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/gtk/dcclient.cpp
src/gtk1/dcclient.cpp

index 92b9da81b3ec2ab74e337091fe44503315a605c9..45ce6c6dc5c7c08bebaaa3f8eaf4705ff36bbf42 100644 (file)
@@ -1,10 +1,10 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        dcclient.cpp
+// Name:        gtk/dcclient.cpp
 // Purpose:
 // Author:      Robert Roebling
 // RCS-ID:      $Id$
 // Copyright:   (c) 1998 Robert Roebling, Markus Holzem, Chris Breeze
-// Licence:           wxWindows licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifdef __GNUG__
 #include "wx/dcclient.h"
 #include "wx/dcmemory.h"
 #include "wx/image.h"
+#include "wx/module.h"
+
 #include "wx/gtk/win_gtk.h"
 
 #include <math.h>               // for floating-point functions
+
 #include <gdk/gdk.h>
 #include <gtk/gtk.h>
 
index 92b9da81b3ec2ab74e337091fe44503315a605c9..45ce6c6dc5c7c08bebaaa3f8eaf4705ff36bbf42 100644 (file)
@@ -1,10 +1,10 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        dcclient.cpp
+// Name:        gtk/dcclient.cpp
 // Purpose:
 // Author:      Robert Roebling
 // RCS-ID:      $Id$
 // Copyright:   (c) 1998 Robert Roebling, Markus Holzem, Chris Breeze
-// Licence:           wxWindows licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifdef __GNUG__
 #include "wx/dcclient.h"
 #include "wx/dcmemory.h"
 #include "wx/image.h"
+#include "wx/module.h"
+
 #include "wx/gtk/win_gtk.h"
 
 #include <math.h>               // for floating-point functions
+
 #include <gdk/gdk.h>
 #include <gtk/gtk.h>