mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 13:31:49 +00:00
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:
parent
2c7b7e3e48
commit
119b50c7c5
@ -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:
|
||||
|
@ -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;
|
||||
|
||||
|
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user