]> git.lyx.org Git - features.git/commitdiff
Cleanup declaration.
authorAbdelrazak Younes <younes@lyx.org>
Tue, 16 Jan 2007 14:45:12 +0000 (14:45 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Tue, 16 Jan 2007 14:45:12 +0000 (14:45 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16707 a592a061-630c-0410-9148-cb99ea01b6c8

src/CutAndPaste.C

index 8a4d989f36fdad0087f5070e2a58a3e77a5e03b1..ee7b2d24959e30172a621631293272b33f87e76c 100644 (file)
 
 #include <string>
 
-
-namespace lyx {
-
-using support::bformat;
-using frontend::Clipboard;
-
 using std::endl;
 using std::for_each;
 using std::make_pair;
@@ -67,6 +61,11 @@ using std::vector;
 using std::string;
 
 
+namespace lyx {
+
+using support::bformat;
+using frontend::Clipboard;
+
 namespace {
 
 typedef std::pair<pit_type, int> PitPosPair;