]> git.lyx.org Git - lyx.git/blob - src/frontends/xforms/forms_fwd.h
get rid of broken_header.h and some unneeded tests
[lyx.git] / src / frontends / xforms / forms_fwd.h
1 // -*- C++ -*-
2 /**
3  * \file xforms/forms_fwd.h
4  * This file is part of LyX, the document processor.
5  * Licence details can be found in the file COPYING.
6  *
7  * \author Angus Leeming
8  *
9  * Full author contact details are available in file CREDITS.
10  */
11
12 #ifndef FORMS_FWD_H
13 #define FORMS_FWD_H
14
15
16 /// Can't forward declare the typedef, but this works fine.
17 class forms_;
18 typedef forms_ FL_FORM;
19
20 class flobjs_;
21 typedef flobjs_ FL_OBJECT;
22
23 typedef int FL_Coord;
24
25 #endif // FORMS_FWD_H