mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Header cleanup.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21964 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
23aff36f7e
commit
f4e787e982
@ -23,7 +23,6 @@
|
||||
#include "insets/InsetQuotes.h"
|
||||
|
||||
#include "support/copied_ptr.h"
|
||||
#include "support/FileName.h"
|
||||
#include "support/types.h"
|
||||
|
||||
#include <vector>
|
||||
|
@ -12,8 +12,6 @@
|
||||
#ifndef MODULELIST_H
|
||||
#define MODULELIST_H
|
||||
|
||||
#include "support/FileName.h"
|
||||
|
||||
#include <map>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
@ -42,6 +42,8 @@
|
||||
|
||||
#include "insets/InsetListingsParams.h"
|
||||
|
||||
#include "support/FileName.h"
|
||||
#include "support/filetools.h"
|
||||
#include "support/lstrings.h"
|
||||
|
||||
#include <boost/bind.hpp>
|
||||
|
@ -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>
|
||||
|
@ -16,7 +16,6 @@
|
||||
|
||||
#include "graphics/GraphicsTypes.h"
|
||||
#include "Length.h"
|
||||
#include "support/FileName.h"
|
||||
#include "EmbeddedFiles.h"
|
||||
|
||||
namespace lyx {
|
||||
|
Loading…
Reference in New Issue
Block a user