Fix case of include file names.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11087 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Albrecht Schlosser 2016-01-30 00:52:28 +00:00
parent 40e9ae6e61
commit 39c943ac8f
5 changed files with 5 additions and 5 deletions

View File

@ -31,7 +31,7 @@
#include <FL/Fl_Gl_Window.H>
#include <FL/Fl_RGB_Image.H>
#include <FL/Fl.H>
#include <FL/fl_draw.h>
#include <FL/fl_draw.H>
#define _USE_MATH_DEFINES
#include <math.h>

View File

@ -28,7 +28,7 @@
#include <FL/Fl_Gl_Window.H>
#include <FL/Fl_RGB_Image.H>
#include <FL/Fl.H>
#include <FL/fl_draw.h>
#include <FL/fl_draw.H>
// Implementation of fl_color(i), fl_color(r,g,b).

View File

@ -34,7 +34,7 @@
#include <FL/Fl_Gl_Window.H>
#include <FL/Fl_RGB_Image.H>
#include <FL/Fl.H>
#include <FL/fl_draw.h>
#include <FL/fl_draw.H>
// FIXME: check out FreeGlut:

View File

@ -31,7 +31,7 @@
#include <FL/Fl_Gl_Window.H>
#include <FL/Fl_RGB_Image.H>
#include <FL/Fl.H>
#include <FL/fl_draw.h>
#include <FL/fl_draw.H>
extern int fl_line_width_;

View File

@ -19,7 +19,7 @@
#include "../../config_lib.h"
#ifdef FL_CFG_GFX_QUARTZ
#include <FL/fl_draw.h>
#include <FL/fl_draw.H>
extern int fl_line_width_;