diff src/lex.l @ 3503:d14c483b3c12

[project @ 2000-02-01 04:06:07 by jwe]
author jwe
date Tue, 01 Feb 2000 04:06:39 +0000
parents cbee5fbb696d
children b80bbb43a1a9
line wrap: on
line diff
--- a/src/lex.l
+++ b/src/lex.l
@@ -31,10 +31,9 @@
 #include <cctype>
 #include <cstring>
 
+#include <strstream>
 #include <string>
 
-#include <strstream.h>
-
 #include "SLStack.h"
 
 #include "cmd-edit.h"