extragear/sdk/kdevelop/languages/cpp

Andreas Pakulat apaku at gmx.de
Fri Feb 12 10:21:36 UTC 2010


SVN commit 1089050 by apaku:

Fix the build, codegenerator.h wasn't installed anymore but still included in
various places.

Note to everybody: If you disable installing a header file you should completely
clean your installation directory and then build to see which places still reference it.

CCMAIL:kdevelop-devel at kdevelop.org


 M  +1 -1      codegen/simplerefactoring.cpp  
 M  +1 -1      cpplanguagesupport.cpp  
 M  +1 -1      tests/test_cppcodegen.cpp  


--- trunk/extragear/sdk/kdevelop/languages/cpp/codegen/simplerefactoring.cpp #1089049:1089050
@@ -48,7 +48,7 @@
 #include <interfaces/iproject.h>
 #include <project/interfaces/ibuildsystemmanager.h>
 #include "cppnewclass.h"
-#include "makeimplementationprivate.h"
+//#include "makeimplementationprivate.h"
 #include <templatedeclaration.h>
 #include "../cpputils.h"
 #include <interfaces/iuicontroller.h>
--- trunk/extragear/sdk/kdevelop/languages/cpp/cpplanguagesupport.cpp #1089049:1089050
@@ -85,7 +85,7 @@
 #include "cppduchain/cppduchain.h"
 #include "codegen/codeassistant.h"
 #include "codegen/cppnewclass.h"
-#include "codegen/makeimplementationprivate.h"
+//#include "codegen/makeimplementationprivate.h"
 
 #include "includepathresolver.h"
 #include "setuphelpers.h"
--- trunk/extragear/sdk/kdevelop/languages/cpp/tests/test_cppcodegen.cpp #1089049:1089050
@@ -24,7 +24,7 @@
 #include "ast.h"
 #include "astutilities.h"
 #include "codegen/cppnewclass.h"
-#include "codegen/makeimplementationprivate.h"
+//#include "codegen/makeimplementationprivate.h"
 
 #include <language/backgroundparser/backgroundparser.h>
 #include <language/codegen/coderepresentation.h>




More information about the KDevelop-devel mailing list