mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-06 11:23:45 +00:00
Remove strfwd.h.
Will break cygwin due to trivstring header. https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg223056.html
This commit is contained in:
parent
82005736e4
commit
9ccda98e6e
@ -168,9 +168,4 @@
|
||||
#define HAVE_MODE_T
|
||||
#endif
|
||||
|
||||
#if defined(_MSC_VER) && (_MSC_VER >= 1600)
|
||||
#include "support/strfwd.h" // always first, to prevent compiler's interpretation/instantiations of some typedef
|
||||
#endif
|
||||
|
||||
|
||||
#endif
|
||||
|
@ -12,7 +12,7 @@
|
||||
#ifndef BOX_H
|
||||
#define BOX_H
|
||||
|
||||
#include "support/strfwd.h"
|
||||
#include <ostream>
|
||||
|
||||
|
||||
namespace lyx {
|
||||
|
@ -16,13 +16,12 @@
|
||||
#include "OutputEnums.h"
|
||||
|
||||
#include "support/unique_ptr.h"
|
||||
#include "support/strfwd.h"
|
||||
#include "support/docstring.h"
|
||||
#include "support/types.h"
|
||||
|
||||
#include <map>
|
||||
#include <list>
|
||||
#include <set>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
|
||||
|
@ -16,8 +16,6 @@
|
||||
|
||||
#include "Encoding.h"
|
||||
|
||||
#include "support/strfwd.h"
|
||||
|
||||
namespace lyx {
|
||||
|
||||
class Buffer;
|
||||
|
@ -12,8 +12,7 @@
|
||||
#ifndef BUFFER_LIST_H
|
||||
#define BUFFER_LIST_H
|
||||
|
||||
#include "support/strfwd.h"
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
|
||||
|
@ -20,7 +20,6 @@
|
||||
#include "TexRow.h"
|
||||
#include "update_flags.h"
|
||||
|
||||
#include "support/strfwd.h"
|
||||
#include "support/types.h"
|
||||
|
||||
namespace lyx {
|
||||
|
@ -15,7 +15,6 @@
|
||||
#ifndef CHANGES_H
|
||||
#define CHANGES_H
|
||||
|
||||
#include "support/strfwd.h"
|
||||
#include "support/types.h"
|
||||
#include "support/lyxtime.h"
|
||||
|
||||
|
@ -13,7 +13,6 @@
|
||||
#define CITATION_H
|
||||
|
||||
#include "support/docstring.h"
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
namespace lyx {
|
||||
|
@ -12,10 +12,9 @@
|
||||
#ifndef CMDDEF_H
|
||||
#define CMDDEF_H
|
||||
|
||||
#include "support/strfwd.h"
|
||||
|
||||
#include <map>
|
||||
#include <set>
|
||||
#include <string>
|
||||
|
||||
namespace lyx {
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
#include "ColorCode.h"
|
||||
|
||||
#include "support/strfwd.h"
|
||||
#include <string>
|
||||
|
||||
namespace lyx {
|
||||
|
||||
|
@ -19,10 +19,10 @@
|
||||
#ifndef COLORSET_H
|
||||
#define COLORSET_H
|
||||
|
||||
#include "support/docstring.h"
|
||||
#include "Color.h"
|
||||
|
||||
#include <map>
|
||||
#include <string>
|
||||
|
||||
namespace lyx {
|
||||
|
||||
|
@ -13,12 +13,11 @@
|
||||
#define CONVERTER_H
|
||||
|
||||
#include "Graph.h"
|
||||
#include "support/trivstring.h"
|
||||
#include "support/docstring.h"
|
||||
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
#include <set>
|
||||
#include <string>
|
||||
|
||||
|
||||
namespace lyx {
|
||||
|
@ -21,7 +21,7 @@
|
||||
#ifndef CONVERTERCACHE_H
|
||||
#define CONVERTERCACHE_H
|
||||
|
||||
#include "support/strfwd.h"
|
||||
#include <string>
|
||||
|
||||
|
||||
namespace lyx {
|
||||
|
@ -18,7 +18,6 @@
|
||||
#define CURSORSLICE_H
|
||||
|
||||
#include "support/types.h"
|
||||
#include "support/strfwd.h"
|
||||
#include "insets/Inset.h"
|
||||
|
||||
|
||||
|
@ -17,7 +17,6 @@
|
||||
#include "Author.h"
|
||||
#include "DocumentClassPtr.h"
|
||||
|
||||
#include "support/strfwd.h"
|
||||
#include "support/types.h"
|
||||
|
||||
#include "frontends/Clipboard.h"
|
||||
|
@ -14,8 +14,6 @@
|
||||
|
||||
#include "TexRow.h"
|
||||
|
||||
#include "support/strfwd.h"
|
||||
|
||||
#include <vector>
|
||||
|
||||
|
||||
|
@ -12,10 +12,7 @@
|
||||
#ifndef FLOATING_H
|
||||
#define FLOATING_H
|
||||
|
||||
#include "support/strfwd.h"
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "support/docstring.h"
|
||||
|
||||
namespace lyx {
|
||||
|
||||
|
@ -17,8 +17,6 @@
|
||||
|
||||
#include "FontInfo.h"
|
||||
|
||||
#include "support/strfwd.h"
|
||||
|
||||
|
||||
namespace lyx {
|
||||
|
||||
|
@ -27,7 +27,6 @@
|
||||
#include "support/lstrings.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <ostream>
|
||||
#include <sstream>
|
||||
|
||||
using namespace std;
|
||||
|
@ -20,7 +20,7 @@
|
||||
#include "FontEnums.h"
|
||||
|
||||
#include "support/Changer.h"
|
||||
#include "support/strfwd.h"
|
||||
#include "support/docstring.h"
|
||||
|
||||
|
||||
namespace lyx {
|
||||
|
@ -12,11 +12,9 @@
|
||||
#ifndef FORMAT_H
|
||||
#define FORMAT_H
|
||||
|
||||
#include "support/strfwd.h"
|
||||
#include "support/trivstring.h"
|
||||
#include "support/docstring.h"
|
||||
|
||||
#include <vector>
|
||||
#include <string>
|
||||
|
||||
namespace lyx {
|
||||
|
||||
|
@ -17,8 +17,6 @@
|
||||
#include "FuncRequest.h"
|
||||
#include "KeySequence.h"
|
||||
|
||||
#include "support/strfwd.h"
|
||||
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
|
||||
|
@ -16,7 +16,6 @@
|
||||
|
||||
#include "OutputParams.h"
|
||||
|
||||
#include "support/strfwd.h"
|
||||
#include "support/FileName.h"
|
||||
#include "support/signals.h"
|
||||
|
||||
|
@ -22,7 +22,6 @@
|
||||
|
||||
#include <map>
|
||||
#include <set>
|
||||
#include <string>
|
||||
|
||||
namespace lyx {
|
||||
|
||||
|
@ -15,8 +15,6 @@
|
||||
|
||||
#include "TextClass.h"
|
||||
|
||||
#include "support/strfwd.h"
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
|
@ -14,8 +14,7 @@
|
||||
#ifndef LYX_H
|
||||
#define LYX_H
|
||||
|
||||
#include "support/strfwd.h"
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
namespace lyx {
|
||||
|
@ -22,7 +22,6 @@
|
||||
#include "update_flags.h"
|
||||
|
||||
#include "support/Length.h"
|
||||
#include "support/strfwd.h"
|
||||
#include "support/userinfo.h"
|
||||
|
||||
#include <map>
|
||||
|
@ -15,8 +15,6 @@
|
||||
#include "support/docstring.h"
|
||||
#include "support/unique_ptr.h"
|
||||
|
||||
#include <string>
|
||||
|
||||
|
||||
namespace lyx {
|
||||
|
||||
|
@ -17,7 +17,6 @@
|
||||
#include "ColorCode.h"
|
||||
#include "FontInfo.h"
|
||||
|
||||
#include "support/strfwd.h"
|
||||
#include "support/Changer.h"
|
||||
|
||||
#include "insets/Inset.h"
|
||||
|
@ -26,7 +26,6 @@
|
||||
#include "support/lstrings.h"
|
||||
|
||||
#include <sstream>
|
||||
#include <string>
|
||||
#include <algorithm>
|
||||
|
||||
using namespace std;
|
||||
|
@ -19,7 +19,6 @@
|
||||
#include "LayoutEnums.h"
|
||||
#include "SpellChecker.h"
|
||||
|
||||
#include "support/strfwd.h"
|
||||
#include "support/types.h"
|
||||
|
||||
#include "insets/InsetCode.h"
|
||||
|
@ -18,7 +18,6 @@
|
||||
#include "Spacing.h"
|
||||
|
||||
#include "support/types.h"
|
||||
#include "support/strfwd.h"
|
||||
#include "support/Length.h"
|
||||
|
||||
|
||||
|
@ -12,7 +12,6 @@
|
||||
#ifndef PERSONAL_WORD_LIST_H
|
||||
#define PERSONAL_WORD_LIST_H
|
||||
|
||||
#include "support/strfwd.h"
|
||||
#include "support/docstring_list.h"
|
||||
#include "support/FileName.h"
|
||||
|
||||
|
@ -12,8 +12,6 @@
|
||||
#ifndef SPACING_H
|
||||
#define SPACING_H
|
||||
|
||||
#include "support/strfwd.h"
|
||||
|
||||
#include <string>
|
||||
|
||||
namespace lyx {
|
||||
|
@ -13,7 +13,7 @@
|
||||
#ifndef SPELL_BASE_H
|
||||
#define SPELL_BASE_H
|
||||
|
||||
#include "support/strfwd.h"
|
||||
#include "support/docstring.h"
|
||||
#include <vector>
|
||||
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
#ifndef STATISTICS_H
|
||||
#define STATISTICS_H
|
||||
|
||||
#include "support/strfwd.h"
|
||||
#include "support/docstring.h"
|
||||
#include "support/types.h"
|
||||
|
||||
namespace lyx {
|
||||
|
@ -26,7 +26,6 @@
|
||||
#include <list>
|
||||
#include <map>
|
||||
#include <set>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#ifdef ERROR
|
||||
|
@ -13,7 +13,7 @@
|
||||
#ifndef THESAURUS_H
|
||||
#define THESAURUS_H
|
||||
|
||||
#include "support/strfwd.h"
|
||||
#include "support/docstring.h"
|
||||
|
||||
#include <map>
|
||||
#include <vector>
|
||||
|
@ -21,7 +21,6 @@
|
||||
#include "Toc.h"
|
||||
#include "TocBuilder.h"
|
||||
|
||||
#include "support/strfwd.h"
|
||||
#include "support/unique_ptr.h"
|
||||
|
||||
|
||||
|
@ -14,7 +14,7 @@
|
||||
|
||||
#include "Toc.h"
|
||||
|
||||
#include "support/strfwd.h"
|
||||
#include "support/docstring.h"
|
||||
|
||||
#include <stack>
|
||||
|
||||
|
@ -15,7 +15,7 @@
|
||||
#include "FuncCode.h"
|
||||
#include "update_flags.h"
|
||||
|
||||
#include "support/strfwd.h"
|
||||
#include "support/docstring.h"
|
||||
|
||||
#include <functional>
|
||||
|
||||
|
@ -14,8 +14,6 @@
|
||||
#ifndef BASE_CLIPBOARD_H
|
||||
#define BASE_CLIPBOARD_H
|
||||
|
||||
#include "support/strfwd.h"
|
||||
|
||||
namespace lyx {
|
||||
|
||||
class Cursor;
|
||||
|
@ -12,7 +12,7 @@
|
||||
#ifndef DELEGATES_H
|
||||
#define DELEGATES_H
|
||||
|
||||
#include "support/strfwd.h"
|
||||
#include "support/docstring.h"
|
||||
|
||||
namespace lyx {
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
#ifndef FONTLOADER_H
|
||||
#define FONTLOADER_H
|
||||
|
||||
#include "support/strfwd.h"
|
||||
#include "support/docstring.h"
|
||||
|
||||
namespace lyx {
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
|
||||
|
||||
#include "support/mute_warning.h"
|
||||
#include "support/strfwd.h"
|
||||
#include "support/docstring.h"
|
||||
|
||||
#include <vector>
|
||||
|
||||
|
@ -13,7 +13,7 @@
|
||||
#ifndef PAINTER_H
|
||||
#define PAINTER_H
|
||||
|
||||
#include "support/strfwd.h"
|
||||
#include "support/docstring.h"
|
||||
#include "support/types.h"
|
||||
|
||||
namespace lyx {
|
||||
|
@ -14,7 +14,7 @@
|
||||
#ifndef SELECTION_H
|
||||
#define SELECTION_H
|
||||
|
||||
#include "support/strfwd.h"
|
||||
#include "support/docstring.h"
|
||||
|
||||
namespace lyx {
|
||||
namespace frontend {
|
||||
|
@ -12,7 +12,7 @@
|
||||
#ifndef LYX_ALERT_H
|
||||
#define LYX_ALERT_H
|
||||
|
||||
#include "support/strfwd.h"
|
||||
#include "support/docstring.h"
|
||||
|
||||
|
||||
namespace lyx {
|
||||
|
@ -17,8 +17,6 @@
|
||||
#ifndef LYX_CATEGORIZEDCOMBO_H
|
||||
#define LYX_CATEGORIZEDCOMBO_H
|
||||
|
||||
#include "support/strfwd.h"
|
||||
|
||||
#include <QComboBox>
|
||||
|
||||
|
||||
|
@ -16,8 +16,6 @@
|
||||
|
||||
#include "insets/InsetCode.h"
|
||||
|
||||
#include "support/strfwd.h"
|
||||
|
||||
#include <QString>
|
||||
|
||||
class QSettings;
|
||||
|
@ -18,7 +18,6 @@
|
||||
#include "ui_FindAndReplaceUi.h"
|
||||
#include "support/docstring.h"
|
||||
|
||||
#include <string>
|
||||
|
||||
namespace lyx {
|
||||
|
||||
|
@ -49,7 +49,6 @@
|
||||
|
||||
#include <algorithm>
|
||||
#include <regex>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
using namespace std;
|
||||
|
@ -34,7 +34,6 @@
|
||||
#include <QScrollBar>
|
||||
|
||||
#include <map>
|
||||
#include <string>
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
@ -12,6 +12,8 @@
|
||||
#ifndef GUIDELIMITERDIALOG_H
|
||||
#define GUIDELIMITERDIALOG_H
|
||||
|
||||
#include "support/docstring.h"
|
||||
|
||||
#include "GuiDialog.h"
|
||||
|
||||
#include "ui_DelimiterUi.h"
|
||||
|
@ -12,11 +12,12 @@
|
||||
#ifndef GUISYMBOLSDIALOG_H
|
||||
#define GUISYMBOLSDIALOG_H
|
||||
|
||||
#include "support/docstring.h"
|
||||
|
||||
#include "DialogView.h"
|
||||
#include "ui_SymbolsUi.h"
|
||||
|
||||
#include <map>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
namespace lyx {
|
||||
|
@ -20,8 +20,6 @@
|
||||
#include <QToolBar>
|
||||
#include <QToolButton>
|
||||
|
||||
#include "support/strfwd.h"
|
||||
|
||||
class QSettings;
|
||||
|
||||
namespace lyx {
|
||||
|
@ -17,8 +17,6 @@
|
||||
|
||||
#include "frontends/Delegates.h"
|
||||
|
||||
#include "support/strfwd.h"
|
||||
|
||||
#include <QMainWindow>
|
||||
#include <QLabel>
|
||||
#include <QMenu>
|
||||
|
@ -12,6 +12,8 @@
|
||||
#ifndef INSET_PARAMS_DIALOG_H
|
||||
#define INSET_PARAMS_DIALOG_H
|
||||
|
||||
#include "support/docstring.h"
|
||||
|
||||
#include "DialogView.h"
|
||||
#include "ui_InsetParamsUi.h"
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
|
||||
#include "FuncCode.h"
|
||||
|
||||
#include "support/strfwd.h"
|
||||
#include "support/docstring.h"
|
||||
|
||||
#include <QWidget>
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
#ifndef LYX_LAYOUT_BOX_H
|
||||
#define LYX_LAYOUT_BOX_H
|
||||
|
||||
#include "support/strfwd.h"
|
||||
#include "support/docstring.h"
|
||||
|
||||
#include <QComboBox>
|
||||
|
||||
|
@ -15,9 +15,6 @@
|
||||
#ifndef GRAPHICSTYPES_H
|
||||
#define GRAPHICSTYPES_H
|
||||
|
||||
#include "support/strfwd.h"
|
||||
|
||||
|
||||
namespace lyx {
|
||||
namespace graphics {
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
#ifndef PREVIEWIMAGE_H
|
||||
#define PREVIEWIMAGE_H
|
||||
|
||||
#include "support/strfwd.h"
|
||||
#include "support/docstring.h"
|
||||
|
||||
namespace lyx {
|
||||
|
||||
|
@ -24,7 +24,6 @@
|
||||
#include "RowFlags.h"
|
||||
|
||||
#include "support/docstring.h"
|
||||
#include "support/strfwd.h"
|
||||
#include "support/types.h"
|
||||
|
||||
#include <climits>
|
||||
|
@ -18,7 +18,6 @@
|
||||
|
||||
#include "support/docstring.h"
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <map>
|
||||
|
||||
|
@ -20,7 +20,6 @@
|
||||
#include "support/docstring.h"
|
||||
|
||||
#include <set>
|
||||
#include <string>
|
||||
|
||||
namespace lyx {
|
||||
|
||||
|
@ -16,8 +16,6 @@
|
||||
#ifndef LYXFIND_H
|
||||
#define LYXFIND_H
|
||||
|
||||
#include "support/strfwd.h"
|
||||
|
||||
// FIXME
|
||||
#include "support/docstring.h"
|
||||
|
||||
|
@ -30,7 +30,6 @@
|
||||
#include "support/lstrings.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <ostream>
|
||||
|
||||
using namespace lyx::support;
|
||||
|
||||
|
@ -13,7 +13,6 @@
|
||||
#define MATH_MATRIXINSET_H
|
||||
|
||||
#include "InsetMathGrid.h"
|
||||
#include "support/strfwd.h"
|
||||
|
||||
|
||||
namespace lyx {
|
||||
|
@ -12,7 +12,7 @@
|
||||
#ifndef MATHAUTOCORRECT_H
|
||||
#define MATHAUTOCORRECT_H
|
||||
|
||||
#include "support/strfwd.h"
|
||||
#include "support/docstring.h"
|
||||
|
||||
namespace lyx {
|
||||
|
||||
|
@ -20,8 +20,6 @@
|
||||
#include "support/docstring.h"
|
||||
#include "support/lassert.h"
|
||||
|
||||
#include <ostream>
|
||||
|
||||
using namespace std;
|
||||
|
||||
namespace lyx {
|
||||
|
@ -12,7 +12,7 @@
|
||||
#ifndef MATH_CLASS_H
|
||||
#define MATH_CLASS_H
|
||||
|
||||
#include "support/strfwd.h"
|
||||
#include "support/docstring.h"
|
||||
|
||||
namespace lyx {
|
||||
|
||||
|
@ -21,8 +21,6 @@
|
||||
#include "Dimension.h"
|
||||
#include "OutputEnums.h"
|
||||
|
||||
#include "support/strfwd.h"
|
||||
|
||||
#include <cstddef>
|
||||
#include <vector>
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
#ifndef MATH_EXTERN_H
|
||||
#define MATH_EXTERN_H
|
||||
|
||||
#include "support/strfwd.h"
|
||||
#include "support/docstring.h"
|
||||
|
||||
namespace lyx {
|
||||
|
||||
|
@ -14,8 +14,6 @@
|
||||
|
||||
#include "MathParser.h"
|
||||
|
||||
#include "support/strfwd.h"
|
||||
|
||||
#include <map>
|
||||
|
||||
namespace lyx {
|
||||
|
@ -25,7 +25,6 @@
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstring>
|
||||
#include <ostream>
|
||||
#include <FontInfo.h>
|
||||
|
||||
using namespace std;
|
||||
|
@ -19,7 +19,6 @@
|
||||
#include "texstream.h"
|
||||
|
||||
#include "support/Changer.h"
|
||||
#include "support/strfwd.h"
|
||||
|
||||
|
||||
namespace lyx {
|
||||
|
@ -14,7 +14,7 @@
|
||||
#define MATH_SUPPORT_H
|
||||
|
||||
#include "MathParser_flags.h"
|
||||
#include "support/strfwd.h"
|
||||
#include "support/docstring.h"
|
||||
|
||||
namespace lyx {
|
||||
|
||||
|
@ -28,7 +28,6 @@
|
||||
#include "ParagraphList.h"
|
||||
|
||||
#include "support/docstream.h"
|
||||
#include "support/strfwd.h"
|
||||
#include "xml.h"
|
||||
|
||||
namespace lyx {
|
||||
|
@ -12,7 +12,7 @@
|
||||
#ifndef OUTPUT_PLAINTEXT_H
|
||||
#define OUTPUT_PLAINTEXT_H
|
||||
|
||||
#include "support/strfwd.h"
|
||||
#include "support/docstring.h"
|
||||
#include "support/types.h"
|
||||
|
||||
#include <climits>
|
||||
|
@ -14,7 +14,6 @@
|
||||
|
||||
#include "LayoutEnums.h"
|
||||
|
||||
#include "support/strfwd.h"
|
||||
#include "xml.h"
|
||||
|
||||
|
||||
|
@ -11,7 +11,7 @@
|
||||
#ifndef CONSOLEAPPLICATION_H
|
||||
#define CONSOLEAPPLICATION_H
|
||||
|
||||
#include "support/strfwd.h"
|
||||
#include <string>
|
||||
|
||||
namespace lyx {
|
||||
|
||||
|
@ -13,7 +13,6 @@
|
||||
#define FILENAME_H
|
||||
|
||||
#include "support/os.h"
|
||||
#include "support/strfwd.h"
|
||||
|
||||
#include <ctime>
|
||||
#include <set>
|
||||
|
@ -15,7 +15,7 @@
|
||||
#define FORKEDCALLS_H
|
||||
|
||||
#include "support/signals.h"
|
||||
#include "support/strfwd.h"
|
||||
#include "support/docstring.h"
|
||||
|
||||
#ifdef HAVE_SYS_TYPES_H
|
||||
# include <sys/types.h>
|
||||
|
@ -15,7 +15,7 @@
|
||||
#ifndef LENGTH_H
|
||||
#define LENGTH_H
|
||||
|
||||
#include "support/strfwd.h"
|
||||
#include "support/docstring.h"
|
||||
|
||||
|
||||
namespace lyx {
|
||||
|
@ -17,8 +17,7 @@
|
||||
#ifndef LEXER_H
|
||||
#define LEXER_H
|
||||
|
||||
#include "support/strfwd.h"
|
||||
#include <string>
|
||||
#include "support/docstring.h"
|
||||
|
||||
namespace lyx {
|
||||
|
||||
|
@ -106,7 +106,6 @@ liblyxsupport_a_SOURCES = \
|
||||
signals.h \
|
||||
socktools.cpp \
|
||||
socktools.h \
|
||||
strfwd.h \
|
||||
Systemcall.cpp \
|
||||
Systemcall.h \
|
||||
SystemcallPrivate.h \
|
||||
|
@ -14,7 +14,6 @@
|
||||
#include "support/docstring.h"
|
||||
|
||||
#include <map>
|
||||
#include <string>
|
||||
|
||||
namespace lyx {
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
#ifndef LYX_SUPPORT_PROGRESSINTERFACE_H
|
||||
#define LYX_SUPPORT_PROGRESSINTERFACE_H
|
||||
|
||||
#include "support/strfwd.h"
|
||||
#include "support/docstring.h"
|
||||
|
||||
class QString;
|
||||
|
||||
|
@ -15,8 +15,6 @@
|
||||
#ifndef SYSTEMCALL_H
|
||||
#define SYSTEMCALL_H
|
||||
|
||||
#include "strfwd.h"
|
||||
|
||||
namespace lyx {
|
||||
namespace support {
|
||||
|
||||
|
@ -14,7 +14,6 @@
|
||||
#include "support/convert.h"
|
||||
#include "support/docstring.h"
|
||||
|
||||
#include <string>
|
||||
#include <sstream>
|
||||
//needed for Mac OSX 10.5.2 Leopard
|
||||
#include <cstdlib>
|
||||
|
@ -16,7 +16,7 @@
|
||||
#ifndef CONVERT_H
|
||||
#define CONVERT_H
|
||||
|
||||
#include "support/strfwd.h"
|
||||
#include "support/docstring.h"
|
||||
|
||||
namespace lyx {
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
#ifndef COUNTER_REPS_H
|
||||
#define COUNTER_REPS_H
|
||||
|
||||
#include "support/strfwd.h"
|
||||
#include "support/docstring.h"
|
||||
|
||||
namespace lyx {
|
||||
|
||||
|
@ -15,7 +15,7 @@
|
||||
#ifndef LYXDEBUG_H
|
||||
#define LYXDEBUG_H
|
||||
|
||||
#include "support/strfwd.h"
|
||||
#include "support/docstring.h"
|
||||
|
||||
// Forward definitions do not work with libc++
|
||||
// but ios_base has already been defined in strfwd
|
||||
|
@ -13,12 +13,71 @@
|
||||
#ifndef LYX_DOCSTRING_H
|
||||
#define LYX_DOCSTRING_H
|
||||
|
||||
#include "support/strfwd.h"
|
||||
#ifdef USE_WCHAR_T
|
||||
|
||||
// Prefer this if possible because GNU libstdc++ has usable
|
||||
// std::ctype<wchar_t> locale facets but not
|
||||
// std::ctype<boost::uint32_t>. gcc older than 3.4 is also missing
|
||||
// usable std::char_traits<boost::uint32_t>.
|
||||
namespace lyx { typedef wchar_t char_type; }
|
||||
|
||||
#else
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
#if defined(_MSC_VER) && (_MSC_VER >= 1600)
|
||||
namespace lyx { typedef uint32_t char_type; }
|
||||
#include "support/numpunct_lyx_char_type.h" // implementation for our char_type needed
|
||||
#else
|
||||
namespace lyx { typedef std::uint32_t char_type; }
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
#include <string>
|
||||
|
||||
namespace lyx {
|
||||
|
||||
/**
|
||||
* String type for storing the main text in UCS4 encoding.
|
||||
* Use std::string only in cases 7-bit ASCII is to be manipulated
|
||||
* within the variable.
|
||||
*/
|
||||
typedef std::basic_string<char_type, std::char_traits<char_type>,
|
||||
std::allocator<char_type> > docstring;
|
||||
|
||||
/// Base class for UCS4 input streams
|
||||
typedef std::basic_istream<char_type, std::char_traits<char_type> > idocstream;
|
||||
|
||||
/// Base class for UCS4 output streams
|
||||
typedef std::basic_ostream<char_type, std::char_traits<char_type> > odocstream;
|
||||
|
||||
/// UCS4 output stringstream
|
||||
typedef std::basic_ostringstream<char_type, std::char_traits<char_type>, std::allocator<char_type> > odocstringstream;
|
||||
|
||||
#if ! defined(USE_WCHAR_T)
|
||||
extern odocstream & operator<<(odocstream &, char);
|
||||
#endif
|
||||
|
||||
// defined in lstrings.cpp
|
||||
docstring const & empty_docstring();
|
||||
std::string const & empty_string();
|
||||
// defined in docstring.cpp
|
||||
bool operator==(docstring const &, char const *);
|
||||
|
||||
#ifdef STD_STRING_USES_COW
|
||||
template<typename Char> class trivial_string;
|
||||
typedef trivial_string<char> trivstring;
|
||||
typedef trivial_string<char_type> trivdocstring;
|
||||
#else
|
||||
typedef std::string trivstring;
|
||||
typedef docstring trivdocstring;
|
||||
#endif
|
||||
|
||||
} // namespace lyx
|
||||
|
||||
namespace lyx {
|
||||
|
||||
/// Creates a docstring from a C string of ASCII characters
|
||||
docstring const from_ascii(char const *);
|
||||
|
||||
|
@ -15,7 +15,6 @@
|
||||
#include "support/docstring.h"
|
||||
|
||||
#include <utility>
|
||||
#include <string>
|
||||
#include <set>
|
||||
|
||||
namespace lyx {
|
||||
|
@ -13,7 +13,7 @@
|
||||
#ifndef GETTEXT_H
|
||||
#define GETTEXT_H
|
||||
|
||||
#include "support/strfwd.h"
|
||||
#include "support/docstring.h"
|
||||
|
||||
|
||||
namespace lyx {
|
||||
|
@ -15,7 +15,7 @@
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
#include "support/strfwd.h"
|
||||
#include "support/docstring.h"
|
||||
|
||||
namespace lyx {
|
||||
|
||||
|
@ -14,9 +14,8 @@
|
||||
#define LYXTIME_H
|
||||
|
||||
#include <time.h>
|
||||
#include <string>
|
||||
|
||||
#include "support/strfwd.h"
|
||||
#include "support/docstring.h"
|
||||
|
||||
|
||||
namespace lyx {
|
||||
|
@ -14,7 +14,7 @@
|
||||
#ifndef OS_H
|
||||
#define OS_H
|
||||
|
||||
#include "support/strfwd.h"
|
||||
#include "support/docstring.h"
|
||||
#include <cstddef>
|
||||
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
#ifndef QSTRING_HELPERS_H
|
||||
#define QSTRING_HELPERS_H
|
||||
|
||||
#include "support/strfwd.h"
|
||||
#include "support/docstring.h"
|
||||
|
||||
class QString;
|
||||
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user