Remove unnecessary #include statement.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11782 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Albrecht Schlosser 2016-06-14 11:15:22 +00:00
parent ace85426bc
commit c8155bc7d1
1 changed files with 0 additions and 4 deletions

View File

@ -20,11 +20,7 @@
#include <FL/Fl_Window.H>
#include <FL/Fl_Box.H>
#include <stdio.h>
int main(int argc, char **argv) {
Fl_Window *window = new Fl_Window(340,180);
Fl_Box *box = new Fl_Box(20,40,300,100,"Hello, World!");
box->box(FL_UP_BOX);