cosmetics

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21616 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2007-11-14 21:24:18 +00:00
parent 39386042f1
commit e6042e15f3
2 changed files with 2 additions and 5 deletions

View File

@ -43,7 +43,6 @@
#include "LyX.h"
#include "LyXRC.h"
#include "LyXVC.h"
#include "Messages.h"
#include "output_docbook.h"
#include "output.h"
#include "output_latex.h"

View File

@ -24,10 +24,6 @@
#include <cerrno>
namespace {
boost::regex const reg("^([^\\[]*)\\[\\[[^\\]]*\\]\\]$");
};
#ifdef ENABLE_NLS
#ifdef HAVE_LOCALE_H
@ -47,6 +43,8 @@ using std::string;
namespace lyx {
static boost::regex const reg("^([^\\[]*)\\[\\[[^\\]]*\\]\\]$");
using support::package;
using support::getEnv;
using support::setEnv;