missed some tostr.h -> convert.h places

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9449 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Lars Gullik Bjønnes 2005-01-06 16:44:04 +00:00
parent 9c2ba3c4ff
commit 7ab15b2e0c
9 changed files with 11 additions and 11 deletions

View File

@ -28,7 +28,7 @@
#include "support/lyxlib.h" // for float_equal
#include "support/lstrings.h"
#include "support/tostr.h"
#include "support/convert.h"
#include "debug.h"

View File

@ -22,7 +22,7 @@
#include "PrinterParams.h"
#include "support/lstrings.h"
#include "support/tostr.h"
#include "support/convert.h"
#include <libglademm.h>

View File

@ -20,7 +20,7 @@
#include "ghelpers.h"
#include "support/tostr.h"
#include "support/convert.h"
using std::string;

View File

@ -22,7 +22,7 @@
#include "insets/insetexternal.h"
#include "support/lstrings.h"
#include "support/tostr.h"
#include "support/convert.h"
#include "QExternal.h"
#include "QExternalDialog.h"

View File

@ -29,7 +29,7 @@
#include "insets/insetgraphicsParams.h"
#include "support/lstrings.h"
#include "support/tostr.h"
#include "support/convert.h"
#include "support/lyxlib.h"
#include <qlineedit.h>

View File

@ -23,7 +23,7 @@
#include "controllers/ButtonController.h"
#include "controllers/ControlTabular.h"
#include "support/tostr.h"
#include "support/convert.h"
#include <qcheckbox.h>
#include <qlineedit.h>

View File

@ -21,7 +21,7 @@
#include "insets/insetwrap.h"
#include "support/tostr.h"
#include "support/convert.h"
#include "support/lstrings.h"
#include <qlineedit.h>

View File

@ -18,7 +18,7 @@
#include "gettext.h"
#include "support/lstrings.h"
#include "support/tostr.h"
#include "support/convert.h"
#include <qcombobox.h>
#include <qlineedit.h>

View File

@ -1,6 +1,6 @@
// -*- C++ -*-
/**
* \file tostr.h
* \file convert.h
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
@ -13,8 +13,8 @@
* Some of these would certainly benefit from a rewrite/optimization.
*/
#ifndef TOSTR_H
#define TOSTR_H
#ifndef CONVERT_H
#define CONVERT_H
#include <boost/static_assert.hpp>