diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-12-30 05:16:10 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-12-30 05:16:10 +0000 |
| commit | 988bc9d95f1a4f5b06262fe9b4de9466ab2950f5 (patch) | |
| tree | 1ab33fd5e17b5db2c53002e38a9ac4cb425edee7 /test/mandelbrot.cxx | |
| parent | 3a904f07b7669ed7e461c3e5c2e5a8e0dc494461 (diff) | |
Fix build problems in test directory - no more recursive dependencies for
demos that are partially built using FLUID.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1900 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test/mandelbrot.cxx')
| -rw-r--r-- | test/mandelbrot.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/mandelbrot.cxx b/test/mandelbrot.cxx index 67c866818..eea40845b 100644 --- a/test/mandelbrot.cxx +++ b/test/mandelbrot.cxx @@ -1,5 +1,5 @@ // -// "$Id: mandelbrot.cxx,v 1.8.2.4 2001/04/13 19:07:40 easysw Exp $" +// "$Id: mandelbrot.cxx,v 1.8.2.4.2.1 2001/12/30 05:16:10 easysw Exp $" // // Mandelbrot set demo for the Fast Light Tool Kit (FLTK). // @@ -23,7 +23,7 @@ // Please report all bugs and problems to "fltk-bugs@fltk.org". // -#include "mandelbrot_ui.cxx" +#include "mandelbrot_ui.h" #include <FL/fl_draw.H> #include <stdio.h> #include <stdlib.h> @@ -197,5 +197,5 @@ void Drawing_Area::resize(int XX,int YY,int WW,int HH) { } // -// End of "$Id: mandelbrot.cxx,v 1.8.2.4 2001/04/13 19:07:40 easysw Exp $". +// End of "$Id: mandelbrot.cxx,v 1.8.2.4.2.1 2001/12/30 05:16:10 easysw Exp $". // |
