diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index 1bfe83c..54a05c8 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -105,7 +105,7 @@ endif ( ) if( WITH_TDEHWLIB ) tde_save_and_set( CMAKE_REQUIRED_INCLUDES "${TDE_INCLUDE_DIR}" ) check_cxx_source_compiles( " - #include + #include #ifndef __TDE_HAVE_TDEHWLIB #error tdecore is not build with tdehwlib #endif diff --git a/libk3bdevice/k3bconnection.h b/libk3bdevice/k3bconnection.h index 9deb458..07bb0c2 100644 --- a/libk3bdevice/k3bconnection.h +++ b/libk3bdevice/k3bconnection.h @@ -25,7 +25,7 @@ #include #include #include -#include +#include #ifdef HAVE_TDEHWLIB class TDEGenericDevice; diff --git a/src/projects/kostore/koStore.h b/src/projects/kostore/koStore.h index c3bda8c..cc48221 100644 --- a/src/projects/kostore/koStore.h +++ b/src/projects/kostore/koStore.h @@ -25,7 +25,7 @@ #include #include //#include -#include +#include #define KOSTORE_EXPORT TDE_EXPORT