Header cleanup.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21964 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2007-12-05 09:23:19 +00:00
parent 23aff36f7e
commit f4e787e982
5 changed files with 2 additions and 8 deletions

View File

@ -23,7 +23,6 @@
#include "insets/InsetQuotes.h"
#include "support/copied_ptr.h"
#include "support/FileName.h"
#include "support/types.h"
#include <vector>

View File

@ -12,8 +12,6 @@
#ifndef MODULELIST_H
#define MODULELIST_H
#include "support/FileName.h"
#include <map>
#include <string>
#include <vector>

View File

@ -42,6 +42,8 @@
#include "insets/InsetListingsParams.h"
#include "support/FileName.h"
#include "support/filetools.h"
#include "support/lstrings.h"
#include <boost/bind.hpp>

View File

@ -18,8 +18,6 @@
#include "GuiSelectionManager.h"
#include "BufferParams.h"
#include "support/FileName.h"
#include "support/filetools.h"
#include "support/types.h"
#include "ui_DocumentUi.h"
@ -53,8 +51,6 @@ class PreambleModule;
///
typedef void const * BufferId;
///
typedef std::map<std::string, support::FileName> ModuleMap;
#include <QDialog>
#include <QStringList>

View File

@ -16,7 +16,6 @@
#include "graphics/GraphicsTypes.h"
#include "Length.h"
#include "support/FileName.h"
#include "EmbeddedFiles.h"
namespace lyx {