]> git.lyx.org Git - lyx.git/blob - src/frontends/support/LyXImage.h
Cleaned up cruft in InsetGraphics.
[lyx.git] / src / frontends / support / LyXImage.h
1 // -*- C++ -*-
2 /* This file is part of
3  * =================================================
4  * 
5  *          LyX, The Document Processor
6  *          Copyright 1995 Matthias Ettrich.
7  *          Copyright 1995-2000 The LyX Team.
8  *
9  *          This file Copyright 2000 Baruch Even
10  * ================================================= */
11
12 #ifndef LYXIMAGE_H
13 #define LYXIMAGE_H
14
15 // We need it to know what version to use.
16 #include <config.h>
17
18 #ifndef X_DISPLAY_MISSING
19         #include "LyXImage_X.h"
20 #elif defined(DO_WINDOWS)
21         // Not implemented, for illustration only.
22         #include "LyXImage_Windows.h"
23 #endif
24
25 #endif