correct includes

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20815 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Edwin Leuven 2007-10-07 11:17:32 +00:00
parent b1b29e4273
commit 5edb15537c
4 changed files with 4 additions and 4 deletions

View File

@ -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>

View File

@ -15,7 +15,7 @@
#ifndef CONTROLCOMMAND_H
#define CONTROLCOMMAND_H
#include "frontends/Dialog.h"
#include "controllers/Dialog.h"
#include "insets/InsetCommandParams.h"
namespace lyx {

View File

@ -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"

View File

@ -16,7 +16,7 @@
#include "GuiDialog.h"
#include "ui_BibitemUi.h"
#include "frontends/Dialog.h"
#include "controllers/Dialog.h"
#include "insets/InsetCommandParams.h"