]> git.lyx.org Git - features.git/commitdiff
correct includes
authorEdwin Leuven <e.leuven@gmail.com>
Sun, 7 Oct 2007 11:17:32 +0000 (11:17 +0000)
committerEdwin Leuven <e.leuven@gmail.com>
Sun, 7 Oct 2007 11:17:32 +0000 (11:17 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20815 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/Dialogs.cpp
src/frontends/controllers/ControlCommand.h
src/frontends/controllers/ControlMath.h
src/frontends/qt4/GuiBibitem.h

index 1d04db58c795081a8b219d03a448f4fdf575d8ad..ac3467e0abd2625595920bd1bf39a79773cf756a 100644 (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>
index 84124b6e4067b915846a8e6e8bdf1757049fb217..caf7cb788b3bc3cba578b132cc83b07a6dfe175b 100644 (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 {
index 5f386eb73df71d18f31c06d29f96e030808ad54f..94322ddd4e8e28ed0b8f616c9024f4cf4219c6ae 100644 (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"
 
index e096be582c33ae89a42302c37524784b2a26f49b..7308a6ea07ceaef26069a764f4e6d5f2985ffc0c 100644 (file)
@@ -16,7 +16,7 @@
 #include "GuiDialog.h"
 #include "ui_BibitemUi.h"
 
-#include "frontends/Dialog.h"
+#include "controllers/Dialog.h"
 
 #include "insets/InsetCommandParams.h"