Remove unnecessary #include

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@9769 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2005-04-01 10:14:10 +00:00
parent 481c277320
commit 3d919c4658
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2005-02-25 Angus Leeming <leeming@lyx.org>
* lyxfunc.C: remove unnecessary #include "support/forkedcontr.h".
2005-03-29 Angus Leeming <leeming@lyx.org> 2005-03-29 Angus Leeming <leeming@lyx.org>
* lyx_main.C (c-tor): call os::internal_path on each file passed * lyx_main.C (c-tor): call os::internal_path on each file passed

View File

@ -60,7 +60,6 @@
#include "support/LAssert.h" #include "support/LAssert.h"
#include "support/filetools.h" #include "support/filetools.h"
#include "support/FileInfo.h" #include "support/FileInfo.h"
#include "support/forkedcontr.h"
#include "support/lstrings.h" #include "support/lstrings.h"
#include "support/package.h" #include "support/package.h"
#include "support/path.h" #include "support/path.h"