From: John Spray Date: Tue, 7 Feb 2006 10:39:52 +0000 (+0000) Subject: Fix compilation of gtklengthentry X-Git-Tag: 1.6.10~13626 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=3b19fb295a5277b72d5bb6339497944ecae4df0b;p=features.git Fix compilation of gtklengthentry git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10821 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/gtk/GtkLengthEntry.C b/src/frontends/gtk/GtkLengthEntry.C index e4c50d93c6..0caa787566 100644 --- a/src/frontends/gtk/GtkLengthEntry.C +++ b/src/frontends/gtk/GtkLengthEntry.C @@ -11,13 +11,6 @@ #include -#include "ghelpers.h" - -#include "GtkLengthEntry.h" - -#include -#include - // Too hard to make concept checks work with this file #ifdef _GLIBCXX_CONCEPT_CHECKS #undef _GLIBCXX_CONCEPT_CHECKS @@ -26,6 +19,12 @@ #undef _GLIBCPP_CONCEPT_CHECKS #endif +#include "GtkLengthEntry.h" + +#include "ghelpers.h" + +#include +#include using std::string; using std::vector;