diff options
author | jcid <devnull@localhost> | 2008-06-18 21:59:47 +0200 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-06-18 21:59:47 +0200 |
commit | bf81ea10a2b7c648a5db06517f569d92645e830a (patch) | |
tree | 4e1e1191ffe4011d18533f4dce0dcd2b0bdddce9 /src/findbar.hh | |
parent | 71b04ff71d02a88383ba2887e775187b20cb99b8 (diff) |
- Minor cleanups.
Diffstat (limited to 'src/findbar.hh')
-rw-r--r-- | src/findbar.hh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/findbar.hh b/src/findbar.hh index 9f76398a..29890ef3 100644 --- a/src/findbar.hh +++ b/src/findbar.hh @@ -1,14 +1,12 @@ #ifndef __FINDBAR_HH__ #define __FINDBAR_HH__ -//#include <fltk/Window.h> #include <fltk/Widget.h> #include <fltk/HighlightButton.h> #include <fltk/Button.h> #include <fltk/Input.h> #include <fltk/Group.h> #include <fltk/CheckButton.h> -#include <fltk/ReturnButton.h> // simple declaration to avoid circular include class UI; |