commit | 769963fa710822ea36e4d4e1d27aa54d82b5bb3d | [log] [tgz] |
---|---|---|
author | Pierre Ossman <ossman@cendio.se> | Mon Jan 20 14:43:52 2014 +0100 |
committer | Pierre Ossman <ossman@cendio.se> | Mon Jul 07 13:27:07 2014 +0200 |
tree | 33861661dda59695a4295f3babd2739a45e0b7cd | |
parent | 456b2c20d096b426f28f64e9de9b9b709dd884aa [diff] [blame] |
Clean up header dependencies in the vncviewer directory
diff --git a/vncviewer/OptionsDialog.cxx b/vncviewer/OptionsDialog.cxx index df9f355..e21f2dd 100644 --- a/vncviewer/OptionsDialog.cxx +++ b/vncviewer/OptionsDialog.cxx
@@ -41,7 +41,11 @@ #include <FL/Fl_Tabs.H> #include <FL/Fl_Button.H> +#include <FL/Fl_Check_Button.H> #include <FL/Fl_Return_Button.H> +#include <FL/Fl_Round_Button.H> +#include <FL/Fl_Int_Input.H> +#include <FL/Fl_Choice.H> using namespace std; using namespace rdr;