mirror of https://github.com/fltk/fltk
Fix typo in includes
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9201 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
900fe72b8a
commit
367f563334
|
@ -22,7 +22,7 @@
|
|||
// possible, otherwise it just draws in the front buffer.
|
||||
|
||||
#include <config.h>
|
||||
#include <FL/Fl.H>g
|
||||
#include <FL/Fl.H>
|
||||
#include <FL/Fl_Overlay_Window.H>
|
||||
#include <FL/fl_draw.H>
|
||||
#include <FL/x.H>
|
||||
|
|
Loading…
Reference in New Issue