From 4bf5385fb14c5d4e0d4fb061b5ef1a79cb45389d Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Fri, 10 Jan 2003 19:29:09 +0000 Subject: Update Fl_Image and friends so that we don't need to include the system headers (which unfortunately are not too friendly with other code...) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2893 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- fluid/align_widget.cxx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'fluid') diff --git a/fluid/align_widget.cxx b/fluid/align_widget.cxx index f0777479c..312f14bb6 100644 --- a/fluid/align_widget.cxx +++ b/fluid/align_widget.cxx @@ -1,5 +1,5 @@ // -// +// "$Id: align_widget.cxx,v 1.1.2.2 2003/01/10 19:29:08 easysw Exp $" // // alignment code for the Fast Light Tool Kit (FLTK). // @@ -24,6 +24,7 @@ // #include +#include #include "Fl_Widget_Type.h" /** @@ -322,3 +323,9 @@ void align_widget_cb(Fl_Widget*, long how) break; } } + + +// +// End of "$Id: align_widget.cxx,v 1.1.2.2 2003/01/10 19:29:08 easysw Exp $". +// + -- cgit v1.2.3