X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FTextCache.C;h=31f97029f08e170bebeb43cca037eeccd2fb2868;hb=98c966c64594611e469313314abd1e59524adb4a;hp=d7bb5c54a22808addfe38bf4e17c212f62b0e8f3;hpb=6396f9a204bfa7a154729dfaa17dc7abc619f7d0;p=lyx.git diff --git a/src/TextCache.C b/src/TextCache.C index d7bb5c54a2..31f97029f0 100644 --- a/src/TextCache.C +++ b/src/TextCache.C @@ -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 * @@ -16,11 +16,12 @@ #pragma implementation #endif -#include - #include "TextCache.h" #include "buffer.h" #include "bufferlist.h" +#include "debug.h" + +#include using std::ostream; using std::for_each;