]> git.lyx.org Git - lyx.git/blobdiff - src/insets/RenderGraphic.cpp
Stupid bug fix.
[lyx.git] / src / insets / RenderGraphic.cpp
index df1a93a1804f565301945bf8b5c60a94ef899a74..bca3a518f8dd2489f7ea2bce2810bf6f2499058f 100644 (file)
@@ -14,9 +14,6 @@
 
 #include "insets/Inset.h"
 
-#include "support/FileName.h"
-#include "support/filetools.h"
-#include "support/gettext.h"
 #include "LyX.h"
 #include "LyXRC.h"
 #include "MetricsInfo.h"
@@ -26,7 +23,9 @@
 
 #include "graphics/GraphicsImage.h"
 
+#include "support/FileName.h"
 #include "support/filetools.h"
+#include "support/gettext.h"
 
 #include <boost/bind.hpp>