Author: AlbrechtS
Date: 2010-04-02 03:51:51 -0700 (Fri, 02 Apr 2010)
New Revision: 7407
Log:
fix include files - but fluid doesn't build yet


Modified:
   branches/branch-3.0/FL/Fl_File_Chooser.H

Modified: branches/branch-3.0/FL/Fl_File_Chooser.H
===================================================================
--- branches/branch-3.0/FL/Fl_File_Chooser.H    2010-04-02 09:38:40 UTC (rev 
7406)
+++ branches/branch-3.0/FL/Fl_File_Chooser.H    2010-04-02 10:51:51 UTC (rev 
7407)
@@ -29,13 +29,13 @@
 
 #ifndef Fl_File_Chooser_H
 #define Fl_File_Chooser_H
-#include <fltk3/Fl.H>
-#include <fltk3/Fl_Double_Window.H>
+#include <fltk3/run.h>
+#include <fltk3/DoubleBufferWindow.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-#include <fltk3/Fl_Group.H>
-#include <fltk3/Fl_Choice.H>
+#include <fltk3/Group.h>
+#include <fltk3/Choice.h>
 #include <fltk3/Fl_Menu_Button.H>
 #include <fltk3/Fl_Button.H>
 #include <fltk3/Fl_Preferences.H>

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to