diff options
author | Pierre Ossman <ossman@cendio.se> | 2014-01-20 14:43:52 +0100 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2014-07-07 13:27:07 +0200 |
commit | 769963fa710822ea36e4d4e1d27aa54d82b5bb3d (patch) | |
tree | 33861661dda59695a4295f3babd2739a45e0b7cd /vncviewer/OptionsDialog.cxx | |
parent | 456b2c20d096b426f28f64e9de9b9b709dd884aa (diff) | |
download | tigervnc-769963fa710822ea36e4d4e1d27aa54d82b5bb3d.tar.gz tigervnc-769963fa710822ea36e4d4e1d27aa54d82b5bb3d.zip |
Clean up header dependencies in the vncviewer directory
Diffstat (limited to 'vncviewer/OptionsDialog.cxx')
-rw-r--r-- | vncviewer/OptionsDialog.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vncviewer/OptionsDialog.cxx b/vncviewer/OptionsDialog.cxx index df9f3554..e21f2dd3 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; |