Remove unnecessary #include files from Fl_Help_View.H

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12392 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Albrecht Schlosser
2017-08-18 15:46:20 +00:00
parent 3a5e2f074b
commit b4e434774f
3 changed files with 10 additions and 12 deletions
+7 -12
View File
@@ -21,29 +21,24 @@
Fl_Help_View widget . */
#ifndef Fl_Help_View_H
# define Fl_Help_View_H
#define Fl_Help_View_H
//
// Include necessary header files...
//
# include <stdio.h>
# include "Fl.H"
# include "Fl_Group.H"
# include "Fl_Scrollbar.H"
# include "fl_draw.H"
# include "Fl_Shared_Image.H"
# include "filename.H"
#include "Fl.H"
#include "Fl_Group.H"
#include "Fl_Scrollbar.H"
#include "fl_draw.H"
#include "filename.H"
//
// Fl_Help_Func type - link callback function for files...
//
typedef const char *(Fl_Help_Func)(Fl_Widget *, const char *);
//
// Fl_Help_Block structure...
//
@@ -122,7 +117,7 @@ struct FL_EXPORT Fl_Help_Font_Stack {
protected:
size_t nfonts_; ///< current number of fonts in stack
Fl_Help_Font_Style elts_[100]; ///< font elements
Fl_Help_Font_Style elts_[MAX_FL_HELP_FS_ELTS]; ///< font elements
};
/** Fl_Help_Target structure */
+1
View File
@@ -26,6 +26,7 @@
// generated by Fast Light User Interface Designer (fluid) version 1.0400
#include "../FL/Fl_Help_Dialog.H"
#include <FL/Fl_Shared_Image.H>
#include "flstring.h"
#include <FL/fl_ask.H>
+2
View File
@@ -50,8 +50,10 @@
//
#include <FL/Fl_Help_View.H>
#include <FL/Fl_Shared_Image.H>
#include <FL/Fl_Window.H>
#include <FL/Fl_Pixmap.H>
#include <stdio.h>
#include <stdlib.h>
#include <FL/fl_utf8.h>