mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
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:
parent
9c2ba3c4ff
commit
7ab15b2e0c
@ -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"
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
#include "PrinterParams.h"
|
||||
|
||||
#include "support/lstrings.h"
|
||||
#include "support/tostr.h"
|
||||
#include "support/convert.h"
|
||||
|
||||
#include <libglademm.h>
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
|
||||
#include "ghelpers.h"
|
||||
|
||||
#include "support/tostr.h"
|
||||
#include "support/convert.h"
|
||||
|
||||
using std::string;
|
||||
|
||||
|
@ -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"
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
#include "insets/insetwrap.h"
|
||||
|
||||
#include "support/tostr.h"
|
||||
#include "support/convert.h"
|
||||
#include "support/lstrings.h"
|
||||
|
||||
#include <qlineedit.h>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user