Remove some redundant #includes.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8709 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2004-04-29 11:33:31 +00:00
parent 2c7b7e3e48
commit 119b50c7c5
3 changed files with 4 additions and 12 deletions

View File

@ -1,3 +1,7 @@
2004-04-29 Angus Leeming <leeming@lyx.org>
* ExternalTemplate.[Ch]: remove redundant #includes.
2004-04-28 Angus Leeming <leeming@lyx.org>
* insettext.C:

View File

@ -20,11 +20,6 @@
#include "support/lstrings.h"
#include "support/path.h"
#include "support/path_defines.h"
#include "support/translator.h"
#include <boost/assert.hpp>
#include <algorithm>
namespace support = lyx::support;

View File

@ -17,11 +17,6 @@
#include <boost/utility.hpp>
#include <iosfwd>
#include <map>
#include <string>
#include <vector>
class LyXLex;
namespace lyx {
@ -88,8 +83,6 @@ struct Template {
Formats formats;
};
#include "ExternalTransforms.h"
/**
* A singleton class that manages the external inset templates
*/