From b3c537ff79d9fc88c8a5dce80409899ed9558888 Mon Sep 17 00:00:00 2001 From: curt Date: Wed, 3 Jun 1998 00:48:12 +0000 Subject: [PATCH] No .h for STL includes. --- Time/event.hxx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Time/event.hxx b/Time/event.hxx index 8fda92eaa..198fe58a5 100644 --- a/Time/event.hxx +++ b/Time/event.hxx @@ -31,8 +31,8 @@ #endif -#include // STL double ended queue -#include // STL list +#include // STL double ended queue +#include // STL list #include "fg_time.hxx" @@ -115,6 +115,9 @@ extern fgEVENT_MGR global_events; // $Log$ +// Revision 1.3 1998/06/03 00:48:12 curt +// No .h for STL includes. +// // Revision 1.2 1998/05/22 21:14:54 curt // Rewrote event.cxx in C++ as a class using STL for the internal event list // and run queue this removes the arbitrary list sizes and makes things much -- 2.39.2