changeset 2616:4cd6d8d8ac29

[project @ 1997-01-22 05:03:26 by jwe]
author jwe
date Wed, 22 Jan 1997 05:03:26 +0000
parents ad44ecafabe4
children a27986cc4177
files src/ChangeLog src/SLList.h
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
+Tue Jan 21 23:02:34 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>
+
+	* SLList.h: Include "BaseSLList.h", not <BaseSLList.h>.
+
 Mon Jan 20 11:11:12 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>
 
 	* lex.l (token_stack): Don't declare static.
--- a/src/SLList.h
+++ b/src/SLList.h
@@ -24,7 +24,8 @@
 #endif
 
 #include <Pix.h>
-#include <BaseSLList.h>
+
+#include "BaseSLList.h"
 
 template<class T>
 class SLNode : public BaseSLNode