]> git.lyx.org Git - features.git/commitdiff
Fix compilation of gtklengthentry
authorJohn Spray <spray@lyx.org>
Tue, 7 Feb 2006 10:39:52 +0000 (10:39 +0000)
committerJohn Spray <spray@lyx.org>
Tue, 7 Feb 2006 10:39:52 +0000 (10:39 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10821 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/gtk/GtkLengthEntry.C

index e4c50d93c6da457398fef80cfbaae0bf1447d14c..0caa787566724319434f1d8e3f5fd8379bd5e4bf 100644 (file)
 
 #include <config.h>
 
-#include "ghelpers.h"
-
-#include "GtkLengthEntry.h"
-
-#include <vector>
-#include <sstream>
-
 // Too hard to make concept checks work with this file
 #ifdef _GLIBCXX_CONCEPT_CHECKS
 #undef _GLIBCXX_CONCEPT_CHECKS
 #undef _GLIBCPP_CONCEPT_CHECKS
 #endif
 
+#include "GtkLengthEntry.h"
+
+#include "ghelpers.h"
+
+#include <vector>
+#include <sstream>
 
 using std::string;
 using std::vector;