Revision: 6640
          http://playerstage.svn.sourceforge.net/playerstage/?rev=6640&view=rev
Author:   jeremy_asher
Date:     2008-06-18 11:21:31 -0700 (Wed, 18 Jun 2008)

Log Message:
-----------
Removed unnecessary FLTK includes

Modified Paths:
--------------
    code/stage/trunk/libstage/stage.hh

Modified: code/stage/trunk/libstage/stage.hh
===================================================================
--- code/stage/trunk/libstage/stage.hh  2008-06-18 18:12:18 UTC (rev 6639)
+++ code/stage/trunk/libstage/stage.hh  2008-06-18 18:21:31 UTC (rev 6640)
@@ -62,13 +62,9 @@
 // FLTK Gui includes
 #include <FL/Fl.H>
 #include <FL/Fl_Box.H>
-#include <FL/Fl_Double_Window.H>
 #include <FL/Fl_Gl_Window.H>
 #include <FL/Fl_Menu_Bar.H>
-#include <FL/Fl_Menu_Button.H>
-#include <FL/Fl_Value_Slider.H>
 #include <FL/Fl_Window.H>
-#include <FL/Fl_Box.H>
 #include <FL/fl_draw.H>
 #include <FL/gl.h> // FLTK takes care of platform-specific GL stuff
 #include <FL/glut.H>
@@ -1801,18 +1797,6 @@
                GQueue* colorstack;
 };
 
-// FLTK Gui includes
-#include <FL/Fl.H>
-#include <FL/Fl_Gl_Window.H>
-#include <FL/Fl_Menu_Bar.H>
-#include <FL/Fl_Menu_Button.H>
-#include <FL/Fl_Value_Slider.H>
-#include <FL/Fl_Window.H>
-#include <FL/Fl_Box.H>
-#include <FL/fl_draw.H>
-#include <FL/gl.h> // FLTK takes care of platform-specific GL stuff
-#include <FL/glut.H>
-
 class StgCamera 
 {
        public:


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Playerstage-commit mailing list
Playerstage-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to