mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-13 06:20:28 +00:00
Cleanup declaration.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16707 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
1bc5496257
commit
323116ac0e
@ -53,12 +53,6 @@
|
|||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
|
|
||||||
namespace lyx {
|
|
||||||
|
|
||||||
using support::bformat;
|
|
||||||
using frontend::Clipboard;
|
|
||||||
|
|
||||||
using std::endl;
|
using std::endl;
|
||||||
using std::for_each;
|
using std::for_each;
|
||||||
using std::make_pair;
|
using std::make_pair;
|
||||||
@ -67,6 +61,11 @@ using std::vector;
|
|||||||
using std::string;
|
using std::string;
|
||||||
|
|
||||||
|
|
||||||
|
namespace lyx {
|
||||||
|
|
||||||
|
using support::bformat;
|
||||||
|
using frontend::Clipboard;
|
||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
|
|
||||||
typedef std::pair<pit_type, int> PitPosPair;
|
typedef std::pair<pit_type, int> PitPosPair;
|
||||||
|
Loading…
Reference in New Issue
Block a user