diff --git a/src/ChangeLog b/src/ChangeLog index 92c1a833ee..61daf226e2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2005-02-25 Angus Leeming + + * lyxfunc.C: remove unnecessary #include "support/forkedcontr.h". + 2005-03-29 Angus Leeming * lyx_main.C (c-tor): call os::internal_path on each file passed diff --git a/src/lyxfunc.C b/src/lyxfunc.C index b2d50bbda0..b845cdeffd 100644 --- a/src/lyxfunc.C +++ b/src/lyxfunc.C @@ -60,7 +60,6 @@ #include "support/LAssert.h" #include "support/filetools.h" #include "support/FileInfo.h" -#include "support/forkedcontr.h" #include "support/lstrings.h" #include "support/package.h" #include "support/path.h"