Lars Gullik Bjønnes wrote:
[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes:
Index: src/frontends/qt3/QtView.h
===================================================================
--- src/frontends/qt3/QtView.h
(.../svn+ssh://svn.lyx.org/lyx/lyx-devel/trunk/s
rc) (revision 14200)
+++ src/frontends/qt3/QtView.h (.../src) (working copy)
@@ -13,13 +13,10 @@
#ifndef QTVIEW_H
#define QTVIEW_H
-// Must be here because of moc.
#include <config.h>
If this is not here because of moc anymore then the #include should
also be removed. We only want the <config.h> in all source files.
Or if moc really require this, then the comment should stay.
My fault then, I thought this comment was a remnant of some delete code.
That said, maybe the #include could be moved now. I'll check.
Abdel.