Header cleanup.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21601 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2007-11-14 12:29:42 +00:00
parent 0c6306060e
commit e4fff1a3df
2 changed files with 2 additions and 7 deletions

View File

@ -15,9 +15,6 @@
#include "Dialogs.h"
#include "Dialog.h"
#include <boost/signal.hpp>
#include <boost/bind.hpp>
using std::string;
namespace lyx {

View File

@ -13,9 +13,10 @@
#ifndef DIALOGS_H
#define DIALOGS_H
#include <boost/signal.hpp>
#include <boost/shared_ptr.hpp>
#include <map>
#include <string>
namespace lyx {
@ -116,9 +117,6 @@ private:
/// flag against a race condition due to multiclicks in Qt frontend,
/// see bug #1119
bool in_show_;
///
boost::signals::connection connection_;
};
} // namespace frontend