Get rid of LayoutPtr.h.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23524 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2008-03-06 21:55:33 +00:00
parent e13cc7e90d
commit 926ad3d183
4 changed files with 2 additions and 27 deletions

View File

@ -82,7 +82,6 @@ src_header_files = Split('''
Language.h
Layout.h
LayoutEnums.h
LayoutPtr.h
Length.h
Lexer.h
LyX.h

View File

@ -1,25 +0,0 @@
// -*- C++ -*-
/**
* \file LayoutPtr.h
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* \author Lars Gullik Bjønnes
*
* Full author contact details are available in file CREDITS.
*/
#ifndef LAYOUTPTR_H
#define LAYOUTPTR_H
namespace lyx {
class Layout;
/// Global typedef
typedef Layout const * LayoutPtr;
} // namespace lyx
#endif

View File

@ -224,7 +224,6 @@ HEADERFILESCORE = \
LaTeXFeatures.h \
LaTeX.h \
Layout.h \
LayoutPtr.h \
LayoutEnums.h \
Length.h \
Lexer.h \

View File

@ -26,6 +26,8 @@ namespace lyx {
namespace support { class FileName; }
typedef Layout const * LayoutPtr;
class Context;
/// A trivial subclass, just to give us a public default constructor