mirror of
https://github.com/fltk/fltk.git
synced 2026-05-23 15:56:10 +08:00
Fix include file case (patch from Haiku port, thanks).
Ref.: https://github.com/mmuman/fltk-test-only.git, commit 59c3cfbdf0412fb30f8312ed9ddd96f5affd2f0a by François Revol. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12195 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
#include "../../config_lib.h"
|
||||
#include "Fl_Pico_Graphics_Driver.h"
|
||||
#include "Fl_Pico_Graphics_Driver.H"
|
||||
#include <FL/fl_draw.H>
|
||||
#include <FL/math.h>
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
#include "../../config_lib.h"
|
||||
#include "Fl_PicoSDL_Graphics_Driver.h"
|
||||
#include "Fl_PicoSDL_Graphics_Driver.H"
|
||||
|
||||
#include "Fl_PicoSDL_Screen_Driver.H"
|
||||
#include <FL/x.H>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
|
||||
#include <FL/x.H>
|
||||
#include <FL/Fl.H>
|
||||
#include <FL/Fl_WIndow.H>
|
||||
#include <FL/Fl_Window.H>
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user