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.hh | |
parent | db11521791963950f04077dbafd105360e5b6f7b (diff) |
includes cleanup in ui.cc
Diffstat (limited to 'src/ui.hh')
-rw-r--r-- | src/ui.hh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ #include <fltk/Input.h> #include <fltk/PackedGroup.h> #include <fltk/Output.h> -#include <fltk/xpmImage.h> +#include <fltk/Image.h> using namespace fltk; |