diff --git a/efiler/Jamfile b/efiler/Jamfile index 7aca7d5..2c6a495 100644 --- a/efiler/Jamfile +++ b/efiler/Jamfile @@ -10,7 +10,7 @@ SubDir TOP efiler ; -SOURCE = Fl_Icon_Browser.cxx EDE_Browser.cpp EDE_FileView.h Util.cpp efiler.cpp ; +SOURCE = Fl_Icon_Browser.cxx EDE_Browser.cpp Util.cpp efiler.cpp ; EdeProgram efiler : $(SOURCE) ; #EdeManual doc/efiler.txt : doc/efiler.jpg ; diff --git a/efiler/Util.cpp b/efiler/Util.cpp index 7fd4074..b562150 100644 --- a/efiler/Util.cpp +++ b/efiler/Util.cpp @@ -20,7 +20,6 @@ #include #include #include -#include #ifdef _WIN32