]> git.lyx.org Git - lyx.git/blobdiff - src/CoordCache.cpp
* ca/Intro.lyx from Daniel
[lyx.git] / src / CoordCache.cpp
index 51f1c5e79aca189ee9586b3658b4b2267676dfcf..7e881780ebdb0b61b855664665a9acf3a8c28e84 100644 (file)
 
 #include "CoordCache.h"
 
-#include "Text.h"
 
 #include "support/debug.h"
-#include "support/docstring.h"
-
-#include "insets/Inset.h"
 
 #include "support/lassert.h"
 
@@ -52,7 +48,7 @@ void CoordCache::dump() const
                // (therefore it has type 'void *') (see bug #7376).
                void const * inset = ccd.first;
                Point const p = ccd.second.pos;
-               LYXERR0("Inset " << inset << " has point " << p.x_ << "," << p.y_);
+               LYXERR(Debug::PAINTING, "Inset " << inset << " has point " << p.x_ << "," << p.y_);
        }
 }