]> git.mxchange.org Git - flightgear.git/commitdiff
No .h for STL includes.
authorcurt <curt>
Wed, 3 Jun 1998 00:48:12 +0000 (00:48 +0000)
committercurt <curt>
Wed, 3 Jun 1998 00:48:12 +0000 (00:48 +0000)
Time/event.hxx

index 8fda92eaa7b1d0a6fa7ebd551955cfe7d7dea9f9..198fe58a5a937a22eedce65d301365b4059421b6 100644 (file)
@@ -31,8 +31,8 @@
 #endif                                   
 
 
-#include <deque.h>      // STL double ended queue
-#include <list.h>       // STL list
+#include <deque>        // STL double ended queue
+#include <list>         // 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