Fixed case of included header files

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7095 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Albrecht Schlosser 2010-02-18 15:40:43 +00:00
parent 0f45c3e5ac
commit 7ea3819b28
2 changed files with 9 additions and 9 deletions

View File

@ -1,5 +1,5 @@
//
// "$Id: ide_support.cxx 6981 2009-12-25 20:53:22Z matt $"
// "$Id$"
//
// IDE and Build File generation for the Fast Light Tool Kit (FLTK).
//
@ -105,9 +105,9 @@
#include "ide_support.h"
#include <FL/Fl.H>
#include <FL/fl_ask.h>
#include <FL/fl_ask.H>
#include <FL/Fl_Widget.H>
#include <FL/filename.h>
#include <FL/filename.H>
#include "Fl_Type.h"
@ -636,5 +636,5 @@ public:
Fl_FltkDB_Plugin FltkDB_Plugin;
//
// End of "$Id: ide_support.cxx 6981 2009-12-25 20:53:22Z matt $".
// End of "$Id$".
//

View File

@ -1,5 +1,5 @@
//
// "$Id: ide_xcode.cxx 6981 2009-12-25 20:53:22Z matt $"
// "$Id$"
//
// IDE and Build FIle generation for the Fast Light Tool Kit (FLTK).
//
@ -92,8 +92,8 @@
#include "ide_support.h"
#include <FL/filename.h>
#include <FL/fl_ask.h>
#include <FL/filename.H>
#include <FL/fl_ask.H>
#include "Fl_Type.h"
@ -1385,5 +1385,5 @@ Fl_IDE_Xcode_Plugin IDE_Xcode_Plugin;
*/
//
// End of "$Id: ide_xcode.cxx 6981 2009-12-25 20:53:22Z matt $".
//
// End of "$Id$".
//