]> git.lyx.org Git - features.git/commitdiff
Remove some redundant #includes.
authorAngus Leeming <leeming@lyx.org>
Thu, 29 Apr 2004 11:33:31 +0000 (11:33 +0000)
committerAngus Leeming <leeming@lyx.org>
Thu, 29 Apr 2004 11:33:31 +0000 (11:33 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8709 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/ChangeLog
src/insets/ExternalTemplate.C
src/insets/ExternalTemplate.h

index 558075e0a1adff259ca2ec1709c6a6e77b55d161..f15f927a7051e550750e3c1bc38f9528c47d04d3 100644 (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:
index 0bffe07c0fdc1f8612fee3fe58586ee0a63d870d..5caa2246c002dd2beb6876ac6cfa4b6206339905 100644 (file)
 #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;
 
index 80452e3041f8357ad5a277b6e7371f68366bc0be..b25f53d1d11290d244f7ae6597648980a33db100 100644 (file)
 
 #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
  */