From 93dd9870ae0d0131a5e35cdb86b1a0f0b988141d Mon Sep 17 00:00:00 2001 From: Jonathan Moore Liles Date: Sat, 25 Feb 2012 18:01:35 -0800 Subject: [PATCH] Don't rely on 'Fl' symlink which only exists on Debian. --- FL/About_Dialog.fl | 4 ++-- FL/Boxtypes.H | 2 +- FL/Fl_Arc_Dial.C | 4 ++-- mixer/src/Chain.C | 2 +- mixer/src/Plugin_Module.C | 2 +- timeline/src/Audio_Sequence.C | 2 +- timeline/src/TLE.fl | 2 +- timeline/src/Timeline.H | 2 +- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/FL/About_Dialog.fl b/FL/About_Dialog.fl index 3b33e08..76bfc49 100644 --- a/FL/About_Dialog.fl +++ b/FL/About_Dialog.fl @@ -4,9 +4,9 @@ header_name {.H} code_name {.C} decl {\#include } {} -decl {\#include } {} +decl {\#include } {} -decl {\#include } {} +decl {\#include } {} Function {open_url( const char *url )} {open return_type void } { diff --git a/FL/Boxtypes.H b/FL/Boxtypes.H index 633ec9d..670ffd6 100644 --- a/FL/Boxtypes.H +++ b/FL/Boxtypes.H @@ -17,7 +17,7 @@ /* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /*******************************************************************************/ -#include +#include #define FL_BURNISHED_OVAL_BOX FL_FREE_BOXTYPE diff --git a/FL/Fl_Arc_Dial.C b/FL/Fl_Arc_Dial.C index cf6d8f5..4afa847 100644 --- a/FL/Fl_Arc_Dial.C +++ b/FL/Fl_Arc_Dial.C @@ -20,8 +20,8 @@ #include "Fl_Arc_Dial.H" -#include -#include +#include +#include #include #include #include diff --git a/mixer/src/Chain.C b/mixer/src/Chain.C index a6ad927..55956d9 100644 --- a/mixer/src/Chain.C +++ b/mixer/src/Chain.C @@ -59,7 +59,7 @@ #include "Plugin_Module.H" #include "Controller_Module.H" -#include +#include #include #include #include diff --git a/mixer/src/Plugin_Module.C b/mixer/src/Plugin_Module.C index c4f61ee..02b4920 100644 --- a/mixer/src/Plugin_Module.C +++ b/mixer/src/Plugin_Module.C @@ -29,7 +29,7 @@ #include #include -#include +#include #include #include diff --git a/timeline/src/Audio_Sequence.C b/timeline/src/Audio_Sequence.C index 0a64db1..0ad7625 100644 --- a/timeline/src/Audio_Sequence.C +++ b/timeline/src/Audio_Sequence.C @@ -21,7 +21,7 @@ * contents' consist of these objects */ #include -#include +#include #include "Audio_Sequence.H" #include "Waveform.H" diff --git a/timeline/src/TLE.fl b/timeline/src/TLE.fl index 17d0ee8..7aa1bba 100644 --- a/timeline/src/TLE.fl +++ b/timeline/src/TLE.fl @@ -51,7 +51,7 @@ decl {\#include "Control_Sequence.H" // for options} {} decl {\#include } {} -decl {\#include } {} +decl {\#include } {} decl {\#include } {selected } diff --git a/timeline/src/Timeline.H b/timeline/src/Timeline.H index d36847c..f17c854 100644 --- a/timeline/src/Timeline.H +++ b/timeline/src/Timeline.H @@ -52,7 +52,7 @@ class Sequence; class Sequence_Widget; #ifndef USE_SINGLEBUFFERED_TIMELINE -#include +#include #else #include #endif