]> git.lyx.org Git - lyx.git/blobdiff - src/support/LRegex.h
some new (not extensive) changes, some fixes, will probably reverto to .la libs later...
[lyx.git] / src / support / LRegex.h
index 361a6b1f687c4c2e99e152a3796dd690a081a726..4380423038ccca353a9c8c3544845aa276dacae6 100644 (file)
 #pragma interface
 #endif
 
+#include "LString.h"
+
 #include <vector>
 using std::vector;
 using std::pair;
 
-#include "LString.h"
-
 ///
 class LRegex {
 public: