summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2016-06-14 11:15:22 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2016-06-14 11:15:22 +0000
commitc8155bc7d11bee563c7d8db0029d8a3716b17ccd (patch)
treee9c475577214d81f19ad6e4374c95fde505ad15c /test
parentace85426bc39384a123d2e5fb8b92b9d2268893b (diff)
Remove unnecessary #include statement.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11782 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test')
-rw-r--r--test/hello.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/hello.cxx b/test/hello.cxx
index 76d8c2c2c..ac1565996 100644
--- a/test/hello.cxx
+++ b/test/hello.cxx
@@ -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);