summaryrefslogtreecommitdiff
path: root/fluid/alignment_panel.h
diff options
context:
space:
mode:
authorMatthias Melcher <git@matthiasm.com>2019-01-14 01:43:17 +0100
committerMatthias Melcher <git@matthiasm.com>2019-01-14 01:43:17 +0100
commit6ff11dd8d0c811d1ddb5c9f753ace8f73bbfede1 (patch)
tree0b2cb93b140c7a92d89e36ba850f23339c0a3405 /fluid/alignment_panel.h
parent6a61772c80dee13b4ff120b4b3e53259eae52a78 (diff)
Added Fl_Simple_Terminal to Fluid.
Diffstat (limited to 'fluid/alignment_panel.h')
-rw-r--r--fluid/alignment_panel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fluid/alignment_panel.h b/fluid/alignment_panel.h
index d38bb86ca..1e02a5c37 100644
--- a/fluid/alignment_panel.h
+++ b/fluid/alignment_panel.h
@@ -23,7 +23,6 @@
#include <FL/Fl.H>
#include <FL/Fl_Text_Buffer.H>
#include <FL/Fl_Text_Display.H>
-#include <FL/Fl_Simple_Terminal.H>
#include <FL/filename.H>
extern void load_history();
extern void redraw_browser();
@@ -87,6 +86,7 @@ extern Fl_Check_Button *shell_savefl_button;
#include <FL/Fl_Return_Button.H>
extern void do_shell_command(Fl_Return_Button*, void*);
extern Fl_Double_Window *shell_run_window;
+#include <FL/Fl_Simple_Terminal.H>
extern Fl_Simple_Terminal *shell_run_terminal;
extern Fl_Return_Button *shell_run_button;
Fl_Double_Window* make_shell_window();