summaryrefslogtreecommitdiff
path: root/fluid
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2020-08-03 13:03:14 +0200
committerAlbrecht Schlosser <albrechts.fltk@online.de>2020-08-03 13:03:14 +0200
commit4d0b04456e29db20509fc1747518a3840ee7715b (patch)
tree48e36a633316f85f42e02f7ef75f10a962be92bf /fluid
parent3d18d325f62e35b27bc9d723ca2d05e2fcb0a72f (diff)
Update dependencies + fluid/generated files
Diffstat (limited to 'fluid')
-rw-r--r--fluid/makedepend7
-rw-r--r--fluid/print_panel.cxx2
2 files changed, 8 insertions, 1 deletions
diff --git a/fluid/makedepend b/fluid/makedepend
index d6a242dc7..1a17ef5af 100644
--- a/fluid/makedepend
+++ b/fluid/makedepend
@@ -139,6 +139,7 @@ code.o: ../FL/Fl_Shared_Image.H
code.o: ../FL/Fl_Simple_Terminal.H
code.o: ../FL/Fl_Slider.H
code.o: ../FL/Fl_Spinner.H
+code.o: ../FL/fl_string.h
code.o: ../FL/Fl_Tabs.H
code.o: ../FL/Fl_Text_Buffer.H
code.o: ../FL/Fl_Text_Display.H
@@ -185,6 +186,7 @@ ExternalCodeEditor_UNIX.o: ../FL/Enumerations.H
ExternalCodeEditor_UNIX.o: ../FL/Fl.H
ExternalCodeEditor_UNIX.o: ../FL/fl_ask.H
ExternalCodeEditor_UNIX.o: ../FL/Fl_Export.H
+ExternalCodeEditor_UNIX.o: ../FL/fl_string.h
ExternalCodeEditor_UNIX.o: ../FL/fl_types.h
ExternalCodeEditor_UNIX.o: ../FL/fl_utf8.h
ExternalCodeEditor_UNIX.o: ../FL/platform_types.h
@@ -308,6 +310,7 @@ file.o: ../FL/Fl_Shared_Image.H
file.o: ../FL/Fl_Simple_Terminal.H
file.o: ../FL/Fl_Slider.H
file.o: ../FL/Fl_Spinner.H
+file.o: ../FL/fl_string.h
file.o: ../FL/Fl_Tabs.H
file.o: ../FL/Fl_Text_Buffer.H
file.o: ../FL/Fl_Text_Display.H
@@ -380,6 +383,7 @@ fluid.o: ../FL/Fl_Shared_Image.H
fluid.o: ../FL/Fl_Simple_Terminal.H
fluid.o: ../FL/Fl_Slider.H
fluid.o: ../FL/Fl_Spinner.H
+fluid.o: ../FL/fl_string.h
fluid.o: ../FL/Fl_Tabs.H
fluid.o: ../FL/Fl_Text_Buffer.H
fluid.o: ../FL/Fl_Text_Display.H
@@ -446,6 +450,7 @@ Fluid_Image.o: ../FL/Fl_RGB_Image.H
Fluid_Image.o: ../FL/Fl_Scrollbar.H
Fluid_Image.o: ../FL/Fl_Shared_Image.H
Fluid_Image.o: ../FL/Fl_Slider.H
+Fluid_Image.o: ../FL/fl_string.h
Fluid_Image.o: ../FL/Fl_Tabs.H
Fluid_Image.o: ../FL/Fl_Tile.H
Fluid_Image.o: ../FL/fl_types.h
@@ -507,6 +512,7 @@ Fl_Function_Type.o: ../FL/fl_show_input.H
Fl_Function_Type.o: ../FL/Fl_Simple_Terminal.H
Fl_Function_Type.o: ../FL/Fl_Slider.H
Fl_Function_Type.o: ../FL/Fl_Spinner.H
+Fl_Function_Type.o: ../FL/fl_string.h
Fl_Function_Type.o: ../FL/Fl_Tabs.H
Fl_Function_Type.o: ../FL/Fl_Text_Buffer.H
Fl_Function_Type.o: ../FL/Fl_Text_Display.H
@@ -939,6 +945,7 @@ template_panel.o: ../FL/Fl_Return_Button.H
template_panel.o: ../FL/Fl_Scrollbar.H
template_panel.o: ../FL/Fl_Shared_Image.H
template_panel.o: ../FL/Fl_Slider.H
+template_panel.o: ../FL/fl_string.h
template_panel.o: ../FL/fl_types.h
template_panel.o: ../FL/fl_utf8.h
template_panel.o: ../FL/Fl_Valuator.H
diff --git a/fluid/print_panel.cxx b/fluid/print_panel.cxx
index c5e520fbb..6b8c8248f 100644
--- a/fluid/print_panel.cxx
+++ b/fluid/print_panel.cxx
@@ -20,8 +20,8 @@
#include <stdio.h>
#include <stdlib.h>
#include "../src/flstring.h"
-#include <FL/Fl_Preferences.H>
#include <FL/fl_string.h>
+#include <FL/Fl_Preferences.H>
extern Fl_Preferences fluid_prefs;
Fl_Double_Window *print_panel=(Fl_Double_Window *)0;