mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +00:00
correct includes
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20815 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
b1b29e4273
commit
5edb15537c
@ -13,7 +13,7 @@
|
||||
#include <config.h>
|
||||
|
||||
#include "Dialogs.h"
|
||||
#include "Dialog.h"
|
||||
#include "controllers/Dialog.h"
|
||||
|
||||
#include <boost/signal.hpp>
|
||||
#include <boost/bind.hpp>
|
||||
|
@ -15,7 +15,7 @@
|
||||
#ifndef CONTROLCOMMAND_H
|
||||
#define CONTROLCOMMAND_H
|
||||
|
||||
#include "frontends/Dialog.h"
|
||||
#include "controllers/Dialog.h"
|
||||
#include "insets/InsetCommandParams.h"
|
||||
|
||||
namespace lyx {
|
||||
|
@ -12,7 +12,7 @@
|
||||
#ifndef CONTROLMATH_H
|
||||
#define CONTROLMATH_H
|
||||
|
||||
#include "frontends/Dialog.h"
|
||||
#include "Dialog.h"
|
||||
#include "lfuns.h" // for kb_action
|
||||
#include "Font.h"
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
#include "GuiDialog.h"
|
||||
#include "ui_BibitemUi.h"
|
||||
|
||||
#include "frontends/Dialog.h"
|
||||
#include "controllers/Dialog.h"
|
||||
|
||||
#include "insets/InsetCommandParams.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user