KDE/kdevplatform/language/codegen
Andreas Pakulat
apaku at gmx.de
Tue May 26 08:48:54 UTC 2009
SVN commit 972991 by apaku:
Fix fail-to-build-from-source noticed by Fathi Boudra.
@KDevelop devs: Please make sure to never have "kdevplatform" in your
includes for kdevplatform headers. If you use the auto-completion in
kdev4 make sure to choose the include that read <interfaces/foo.h> or
<language/duchain/foo.h>, never <kdevplatform/interfaces/foo.h>
CCMAIL:kdevelop-devel at kdevelop.org
M +2 -2 codegenerator.cpp
--- trunk/KDE/kdevplatform/language/codegen/codegenerator.cpp #972990:972991
@@ -19,8 +19,8 @@
#include "documentchangeset.h"
#include "duchainchangeset.h"
-#include <kdevplatform/interfaces/icore.h>
-#include <kdevplatform/interfaces/idocumentcontroller.h>
+#include <interfaces/icore.h>
+#include <interfaces/idocumentcontroller.h>
#include <qtimer.h>
More information about the KDevelop-devel
mailing list