diff options
author | jcid <devnull@localhost> | 2008-01-03 13:15:07 +0100 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-01-03 13:15:07 +0100 |
commit | bb5ae3f2844122e4f2878119e36ca8727cf74b9b (patch) | |
tree | 107efd2add900b71e7ef829a65be46f6cc623884 /src/ui.cc | |
parent | db11521791963950f04077dbafd105360e5b6f7b (diff) |
includes cleanup in ui.cc
Diffstat (limited to 'src/ui.cc')
-rw-r--r-- | src/ui.cc | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -14,20 +14,12 @@ #include <stdlib.h> #include <stdio.h> -#include <fltk/Window.h> -#include <fltk/Widget.h> -#include <fltk/Button.h> #include <fltk/HighlightButton.h> -#include <fltk/Input.h> -#include <fltk/Output.h> #include <fltk/run.h> #include <fltk/damage.h> -#include <fltk/BarGroup.h> -#include <fltk/PackedGroup.h> #include <fltk/xpmImage.h> #include <fltk/MultiImage.h> #include <fltk/events.h> // for mouse buttons -#include <fltk/Box.h> #include <fltk/InvisibleBox.h> #include <fltk/PopupMenu.h> #include <fltk/Item.h> |