diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2010-03-01 20:53:21 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2010-03-01 20:53:21 +0000 |
| commit | 49df7f85d875b3d8404d4f3206d1fced6393c1af (patch) | |
| tree | 2b7edaeccf9f09f550388d2bc0bd673f48f1bb79 /fluid/ide_support_ui.h | |
| parent | 6a7003164704a87872ae45d141736f3006dc39a3 (diff) | |
Additions to the Database Editor.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7187 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid/ide_support_ui.h')
| -rw-r--r-- | fluid/ide_support_ui.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fluid/ide_support_ui.h b/fluid/ide_support_ui.h index 9d36a0490..c3cabc069 100644 --- a/fluid/ide_support_ui.h +++ b/fluid/ide_support_ui.h @@ -33,11 +33,10 @@ #include <FL/Fl_Tree.H> #include <FL/Fl_Double_Window.H> extern Fl_Double_Window *dbmanager_window; -#include <FL/Fl_File_Input.H> -#include <FL/Fl_Button.H> extern Fl_Tree *dbmanager_tree; #include <FL/Fl_Group.H> #include <FL/Fl_Box.H> +#include <FL/Fl_Button.H> Fl_Double_Window* make_dbmanager_window(); #endif |
