Update of /cvsroot/plib/plib/demos/p-guide/src
In directory usw-pr-cvs1:/tmp/cvs-serv30365
Modified Files:
LoadSave.cxx pGuide.cxx StatusWindow.cxx WriteCode.cxx
Log Message:
Change from Norman Vine: Include changes
Index: LoadSave.cxx
===================================================================
RCS file: /cvsroot/plib/plib/demos/p-guide/src/LoadSave.cxx,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- LoadSave.cxx 18 Aug 2002 01:05:58 -0000 1.6
+++ LoadSave.cxx 31 Aug 2002 08:14:39 -0000 1.7
@@ -23,8 +23,6 @@
#include <stdio.h>
-#include <plib/pu.h>
-
#include "WidgetList.h"
#define TAG_SAVEFILE 0x00000001
Index: pGuide.cxx
===================================================================
RCS file: /cvsroot/plib/plib/demos/p-guide/src/pGuide.cxx,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- pGuide.cxx 30 Aug 2002 14:00:17 -0000 1.9
+++ pGuide.cxx 31 Aug 2002 08:14:39 -0000 1.10
@@ -28,8 +28,6 @@
// Program to allow the user to build a PUI Graphical User Interface
-#include <plib/pu.h>
-
#include "WidgetList.h"
WidgetList *widgets = (WidgetList *)NULL ;
Index: StatusWindow.cxx
===================================================================
RCS file: /cvsroot/plib/plib/demos/p-guide/src/StatusWindow.cxx,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- StatusWindow.cxx 30 Aug 2002 14:00:18 -0000 1.7
+++ StatusWindow.cxx 31 Aug 2002 08:14:39 -0000 1.8
@@ -22,8 +22,6 @@
// Status Window
-#include <plib/pu.h>
-
#include "WidgetList.h"
// From the Main Window:
Index: WriteCode.cxx
===================================================================
RCS file: /cvsroot/plib/plib/demos/p-guide/src/WriteCode.cxx,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- WriteCode.cxx 18 Aug 2002 01:05:58 -0000 1.7
+++ WriteCode.cxx 31 Aug 2002 08:14:39 -0000 1.8
@@ -24,8 +24,6 @@
#include <stdio.h>
-#include <plib/pu.h>
-
#include "WidgetList.h"
#ifdef WIN32
|