From f65296f795e70eee3465cc79017dcc186aa01380 Mon Sep 17 00:00:00 2001 From: Sanel Zukan Date: Thu, 19 Jul 2007 13:36:21 +0000 Subject: [PATCH] SOURCE should not contain .h files (they will be implicitly included by jam). Removed fltk2 leftower in Util.cpp so code can compile on system where fltk2 does not exits. --- efiler/Jamfile | 2 +- efiler/Util.cpp | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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