Fix scons and a file inclusion problem in ControlCommand.h

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20816 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Bo Peng 2007-10-07 14:18:21 +00:00
parent 5edb15537c
commit c0fb3ecae2
2 changed files with 3 additions and 21 deletions

View File

@ -716,18 +716,8 @@ src_frontends_controllers_header_files = Split('''
ButtonPolicy.h
ControlCommand.h
ControlCommandBuffer.h
ControlDocument.h
ControlExternal.h
ControlGraphics.h
ControlMath.h
ControlParagraph.h
ControlPrefs.h
ControlPrint.h
ControlSearch.h
ControlSendto.h
ControlSpellchecker.h
ControlThesaurus.h
ControlToc.h
Dialog.h
frontend_helpers.h
''')
@ -737,18 +727,8 @@ src_frontends_controllers_files = Split('''
ButtonPolicy.cpp
ControlCommand.cpp
ControlCommandBuffer.cpp
ControlDocument.cpp
ControlExternal.cpp
ControlGraphics.cpp
ControlMath.cpp
ControlParagraph.cpp
ControlPrefs.cpp
ControlPrint.cpp
ControlSearch.cpp
ControlSendto.cpp
ControlSpellchecker.cpp
ControlThesaurus.cpp
ControlToc.cpp
Dialog.cpp
frontend_helpers.cpp
''')
@ -848,6 +828,7 @@ src_frontends_qt4_header_files = Split('''
GuiWrap.h
IconPalette.h
InsertTableWidget.h
LaTeXHighlighter.h
LengthCombo.h
LyXFileDialog.h
PanelStack.h
@ -933,6 +914,7 @@ src_frontends_qt4_files = Split('''
IconPalette.cpp
InsertTableWidget.cpp
LengthCombo.cpp
LaTeXHighlighter.cpp
LyXFileDialog.cpp
PanelStack.cpp
TocModel.cpp

View File

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