]> git.lyx.org Git - lyx.git/blobdiff - src/TextCache.C
Alfredo's second patch
[lyx.git] / src / TextCache.C
index d7bb5c54a22808addfe38bf4e17c212f62b0e8f3..8d94de42d9df63800d56f0923086b827f14824e3 100644 (file)
@@ -1,7 +1,7 @@
 /* This file is part of
- * ====================================================== 
- * 
- *           LyX, The Document Processor        
+ * ======================================================
+ *
+ *           LyX, The Document Processor
  *           Copyright 1995 Matthias Ettrich
  *           Copyright 1995-2001 The LyX Team
  *
 
 #include <config.h>
 
-#ifdef __GNUG__
-#pragma implementation
-#endif
-
-#include <algorithm>
-
 #include "TextCache.h"
 #include "buffer.h"
 #include "bufferlist.h"
+#include "debug.h"
+
+#include <algorithm>
 
 using std::ostream;
 using std::for_each;