]> git.lyx.org Git - lyx.git/blob - src/graphics/GraphicsTypes.cpp
* GuiView.cpp:
[lyx.git] / src / graphics / GraphicsTypes.cpp
1 /**
2  * \file GraphicsTypes.cpp
3  * This file is part of LyX, the document processor.
4  * Licence details can be found in the file COPYING.
5  *
6  * \author Rob Lahaye
7  *
8  * Full author contact details are available in file CREDITS.
9  */
10
11 #include <config.h>
12
13 #include "graphics/GraphicsTypes.h"
14
15 #include <string>
16
17 using namespace std;
18
19 namespace lyx {
20 namespace graphics {
21
22 } // namespace graphics
23 } // namespace lyx