diff options
Diffstat (limited to 'quanta/components/cvsservice')
| -rw-r--r-- | quanta/components/cvsservice/Makefile.am | 2 | ||||
| -rw-r--r-- | quanta/components/cvsservice/cvsservice.cpp | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/quanta/components/cvsservice/Makefile.am b/quanta/components/cvsservice/Makefile.am index b33f1ea0..6b72c440 100644 --- a/quanta/components/cvsservice/Makefile.am +++ b/quanta/components/cvsservice/Makefile.am @@ -11,5 +11,5 @@ AM_CPPFLAGS = -I$(top_srcdir)/quanta/src \ -I$(top_srcdir)/quanta/parsers \ -I$(top_srcdir)/quanta/project \ -I$(top_srcdir)/lib \ - $(KMDI_INCLUDES) $(all_includes) + $(all_includes) noinst_HEADERS = cvsservicedcopif.h diff --git a/quanta/components/cvsservice/cvsservice.cpp b/quanta/components/cvsservice/cvsservice.cpp index 4035ed2f..3f21c81b 100644 --- a/quanta/components/cvsservice/cvsservice.cpp +++ b/quanta/components/cvsservice/cvsservice.cpp @@ -25,7 +25,6 @@ #include <tdeaction.h> #include <tdeapplication.h> #include <kcombobox.h> -#include <tdeversion.h> #include <kiconloader.h> #include <klineedit.h> #include <tdelistbox.h> |
