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 #include - -#include - 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);